Also mark busybox-{initramfs,static} as automatically installed, so they can be removed again

This commit is contained in:
Steve Langasek 2017-10-13 17:11:24 -04:00
parent 7798e70d8f
commit 56a85e74c9

View File

@ -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 \