From e99636027fa208a4b46bad77c7246f0cee6b27d1 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Fri, 13 Oct 2017 23:27:07 -0400 Subject: [PATCH] busybox-initramfs and busybox-static have reverse-recommends, so it's not enough to use apt-mark auto; remove these packages by name. --- live-build/auto/build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/live-build/auto/build b/live-build/auto/build index e34a64e8..97d7c2b3 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -215,9 +215,8 @@ EOF # required for any minimized images but is still pulled in by # default Chroot chroot "env DEBIAN_FRONTEND=noninteractive \ - apt-get -y purge initramfs-tools" - Chroot chroot "env DEBIAN_FRONTEND=noninteractive \ - apt-mark auto busybox-initramfs busybox-static" + apt-get -y purge initramfs-tools busybox-initramfs \ + busybox-static" # temporary workaround: don't remove linux-base which # may have no other reverse-depends currently Chroot chroot "env DEBIAN_FRONTEND=noninteractive \