From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54742159C9B for ; Tue, 30 Jul 2024 15:28:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83E75E2A47; Tue, 30 Jul 2024 15:28:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6086EE2A47 for ; Tue, 30 Jul 2024 15:28:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A8AC33BF08 for ; Tue, 30 Jul 2024 15:28:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87E2A1D87 for ; Tue, 30 Jul 2024 15:28:48 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1722353301.5f8440d1b1429305a3636a5c82642089e2c754fb.dilfridge@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/stage1.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 5f8440d1b1429305a3636a5c82642089e2c754fb X-VCS-Branch: master Date: Tue, 30 Jul 2024 15:28:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b4a45c63-6ab5-44af-8d71-9a05a7fc2596 X-Archives-Hash: baa993c0dd9fadd7e6ec82e056e7632e commit: 5f8440d1b1429305a3636a5c82642089e2c754fb Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Jul 30 15:28:21 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Jul 30 15:28:21 2024 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=5f8440d1 stage1: apparently we need to populate the chroot_path setting first Signed-off-by: Andreas K. Hüttel gentoo.org> catalyst/targets/stage1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/catalyst/targets/stage1.py b/catalyst/targets/stage1.py index cd10c86a..0cb399c3 100644 --- a/catalyst/targets/stage1.py +++ b/catalyst/targets/stage1.py @@ -31,6 +31,7 @@ class stage1(StageBase): # otherwise we may end up trying to mount the same squashfs twice instead # of a bind mount # * take the directory inside the chroot as source, not the host directory + self.set_chroot_path() for path, name, _ in self.repos: name = get_repo_name(path) mount_id = f'root_repo_{name}' From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ECB51159C9B for ; Fri, 9 Aug 2024 19:34:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 759DB2BC134; Fri, 9 Aug 2024 19:34:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EC5F2BC0ED for ; Fri, 9 Aug 2024 19:34:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C8513430EF for ; Fri, 9 Aug 2024 19:34:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 145A11EE4 for ; Fri, 9 Aug 2024 19:34:08 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1722353301.5f8440d1b1429305a3636a5c82642089e2c754fb.dilfridge@gentoo> Subject: [gentoo-commits] proj/catalyst:dilfridge/qcow2 commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/stage1.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 5f8440d1b1429305a3636a5c82642089e2c754fb X-VCS-Branch: dilfridge/qcow2 Date: Fri, 9 Aug 2024 19:34:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 68ac37f5-ca0b-4f89-a477-4b5d20a77af8 X-Archives-Hash: 41ee1fcd93865159b28c2d26c51856d7 Message-ID: <20240809193408.H4W1aSe88mKUcd-MSeBaIiK4dmh_rhd_hX4KwKdwZaY@z> commit: 5f8440d1b1429305a3636a5c82642089e2c754fb Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Jul 30 15:28:21 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Jul 30 15:28:21 2024 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=5f8440d1 stage1: apparently we need to populate the chroot_path setting first Signed-off-by: Andreas K. Hüttel gentoo.org> catalyst/targets/stage1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/catalyst/targets/stage1.py b/catalyst/targets/stage1.py index cd10c86a..0cb399c3 100644 --- a/catalyst/targets/stage1.py +++ b/catalyst/targets/stage1.py @@ -31,6 +31,7 @@ class stage1(StageBase): # otherwise we may end up trying to mount the same squashfs twice instead # of a bind mount # * take the directory inside the chroot as source, not the host directory + self.set_chroot_path() for path, name, _ in self.repos: name = get_repo_name(path) mount_id = f'root_repo_{name}'