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

ubuntu/cosmic
Steve Langasek 7 years ago
parent 7798e70d8f
commit 56a85e74c9

@ -216,6 +216,8 @@ EOF
# default # default
Chroot chroot "env DEBIAN_FRONTEND=noninteractive \ Chroot chroot "env DEBIAN_FRONTEND=noninteractive \
apt-get -y purge initramfs-tools" 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 # temporary workaround: don't remove linux-base which
# may have no other reverse-depends currently # may have no other reverse-depends currently
Chroot chroot "env DEBIAN_FRONTEND=noninteractive \ Chroot chroot "env DEBIAN_FRONTEND=noninteractive \

Loading…
Cancel
Save