mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-29 19:51:29 +00:00
Imported 2.582
Updating from upstream following busybox-static removal (philroche)
This commit is contained in:
parent
85915d38af
commit
6e9dca6c82
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.582) eoan; urgency=medium
|
||||||
|
|
||||||
|
* Don't purge busybox-static in minimized, no longer installed
|
||||||
|
|
||||||
|
-- Julian Andres Klode <juliank@ubuntu.com> Mon, 13 May 2019 14:22:56 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.581) eoan; urgency=medium
|
livecd-rootfs (2.581) eoan; urgency=medium
|
||||||
|
|
||||||
* Remove device nodes later for ubuntu-base:minimized (i.e. docker) builds.
|
* Remove device nodes later for ubuntu-base:minimized (i.e. docker) builds.
|
||||||
|
@ -293,7 +293,7 @@ EOF
|
|||||||
# would only be seen by humans
|
# would only be seen by humans
|
||||||
Chroot chroot "env DEBIAN_FRONTEND=noninteractive \
|
Chroot chroot "env DEBIAN_FRONTEND=noninteractive \
|
||||||
apt-get -y purge initramfs-tools busybox-initramfs \
|
apt-get -y purge initramfs-tools busybox-initramfs \
|
||||||
busybox-static landscape-common"
|
landscape-common"
|
||||||
# and if initramfs-tools was configured before our kernel,
|
# and if initramfs-tools was configured before our kernel,
|
||||||
# /etc/kernel/postinst.d/initramfs-tools will have created
|
# /etc/kernel/postinst.d/initramfs-tools will have created
|
||||||
# an initramfs despite the generic dpkg-divert; so remove it
|
# an initramfs despite the generic dpkg-divert; so remove it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user