From 56a85e74c949fce446818aea534a36f3f8b47d53 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Fri, 13 Oct 2017 17:11:24 -0400 Subject: [PATCH] Also mark busybox-{initramfs,static} as automatically installed, so they can be removed again --- live-build/auto/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/live-build/auto/build b/live-build/auto/build index 5e00e6cf..e34a64e8 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -216,6 +216,8 @@ EOF # 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" # temporary workaround: don't remove linux-base which # may have no other reverse-depends currently Chroot chroot "env DEBIAN_FRONTEND=noninteractive \