mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-20 07:11:37 +00:00
busybox-initramfs and busybox-static have reverse-recommends, so it's not enough to use apt-mark auto; remove these packages by name.
This commit is contained in:
parent
018525ba12
commit
e99636027f
@ -215,9 +215,8 @@ EOF
|
|||||||
# required for any minimized images but is still pulled in by
|
# required for any minimized images but is still pulled in by
|
||||||
# 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 busybox-initramfs \
|
||||||
Chroot chroot "env DEBIAN_FRONTEND=noninteractive \
|
busybox-static"
|
||||||
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