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 1A035158046 for ; Sat, 12 Oct 2024 15:14:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5335DE2A52; Sat, 12 Oct 2024 15:14:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 37721E2A52 for ; Sat, 12 Oct 2024 15:14:54 +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 6FC41343241 for ; Sat, 12 Oct 2024 15:14:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D29A1B65 for ; Sat, 12 Oct 2024 15:14:52 +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: <1728746075.12c9f2e5ce7b9d918149f7564f8c7d72b07d93e2.dilfridge@gentoo> Subject: [gentoo-commits] proj/catalyst:dilfridge/qcow2 commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/diskimage_stage2.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 12c9f2e5ce7b9d918149f7564f8c7d72b07d93e2 X-VCS-Branch: dilfridge/qcow2 Date: Sat, 12 Oct 2024 15:14:52 +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: d4803284-a65a-4fcf-ac9d-753fe9aa6060 X-Archives-Hash: f49b83bc980bab05accf68187e080dbf commit: 12c9f2e5ce7b9d918149f7564f8c7d72b07d93e2 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Oct 12 15:14:35 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Oct 12 15:14:35 2024 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=12c9f2e5 $(/%&/(&%(%$(/&= tab errors Signed-off-by: Andreas K. Hüttel gentoo.org> catalyst/targets/diskimage_stage2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalyst/targets/diskimage_stage2.py b/catalyst/targets/diskimage_stage2.py index 154b36c5..f0e56f9e 100644 --- a/catalyst/targets/diskimage_stage2.py +++ b/catalyst/targets/diskimage_stage2.py @@ -71,8 +71,8 @@ class diskimage_stage2(StageBase): clear_dir(self.settings['target_path']) def run_local(self): - # let's first start with the controller file - StageBase.run_local(self) + # let's first start with the controller file + StageBase.run_local(self) # what modules do we want to blacklist? if "diskimage/modblacklist" in self.settings: