[elbe-devel] [PATCH 1/4] debian: Move btrfs-progs from pkgsel to Depends

Bastian Germann bage at linutronix.de
Fri Jun 24 10:54:31 CEST 2022


The btrfs-progs installation via pkgsel does not give a hint why it is there.
Let the python3-elbe-buildenv depend on it instead to reflect its use.

Signed-off-by: Bastian Germann <bage at linutronix.de>
---
 debian/control                 | 1 +
 elbepack/init/preseed.cfg.mako | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8ecbed5dc1..5dad02fe55 100644
--- a/debian/control
+++ b/debian/control
@@ -116,6 +116,7 @@ Depends: ${misc:Depends},
   python3,
   apt-rdepends,
   binfmt-support,
+  btrfs-progs,
   debootstrap,
   dosfstools,
   dpkg-dev,
diff --git a/elbepack/init/preseed.cfg.mako b/elbepack/init/preseed.cfg.mako
index 364ba9be0f..a031bbb316 100644
--- a/elbepack/init/preseed.cfg.mako
+++ b/elbepack/init/preseed.cfg.mako
@@ -134,7 +134,6 @@ apt-mirror-setup apt-setup/use_mirror boolean false
 %>
 d-i finish-install/reboot_in_progress note
 d-i pkgsel/include string rng-tools \
-                          btrfs-progs \
                           openssh-client \
                           dbus \
                           debathena-transform-lighttpd \
-- 
2.30.2



More information about the elbe-devel mailing list