mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-22 08:11:31 +00:00
Also mark busybox-{initramfs,static} as automatically installed, so they can be removed again
This commit is contained in:
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…
x
Reference in New Issue
Block a user