From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 03 Jul 2026 10:34:50 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wfZMI-00CYT8-2B for lore@lore.pengutronix.de; Fri, 03 Jul 2026 10:34:50 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wfZMI-0004tS-AZ; Fri, 03 Jul 2026 10:34:50 +0200 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wfZM8-0004Od-J7; Fri, 03 Jul 2026 10:34:40 +0200 From: =?UTF-8?q?Sven=20P=C3=BCschel?= To: ptxdist@pengutronix.de Date: Fri, 3 Jul 2026 10:33:36 +0200 Message-ID: <20260703083435.1279918-3-s.pueschel@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260703083435.1279918-1-s.pueschel@pengutronix.de> References: <20260703083435.1279918-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH v2 3/3] lvm2: add bash as dependency X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Add bash as a dependency, as the fsadm and lvmdump tools are bash shell scripts. Signed-off-by: Sven Püschel --- v2 - added --- rules/lvm2.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/lvm2.in b/rules/lvm2.in index 032ed5006..8a6b26927 100644 --- a/rules/lvm2.in +++ b/rules/lvm2.in @@ -9,6 +9,7 @@ menuconfig LVM2 select NCURSES select SYSTEMD if LVM2_SYSTEMD select LVM2_LIBDEVMAPPER_EVENT if LVM2_LVM_TOOLS + select BASH if LVM2_LVM_TOOLS prompt "lvm2 " help LVM2 refers to a new userspace toolset that provide logical volume management -- 2.47.3