mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 09:21:53 +00:00
Imported 2.655
No reason for CPC update specified.
This commit is contained in:
parent
11b039f3a9
commit
89c91c8593
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.655) focal; urgency=medium
|
||||||
|
|
||||||
|
* minimized: reinstall packages one by one, instead of all of them
|
||||||
|
together, as otherwise apt fails to immediately configure libc6:amd64
|
||||||
|
& libgcc-s1. LP: #1867607
|
||||||
|
|
||||||
|
-- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 16 Mar 2020 10:42:35 +0000
|
||||||
|
|
||||||
livecd-rootfs (2.654) focal; urgency=medium
|
livecd-rootfs (2.654) focal; urgency=medium
|
||||||
|
|
||||||
* Only install oem-20.04 kernel flavour on amd64, as it doesn't exist on
|
* Only install oem-20.04 kernel flavour on amd64, as it doesn't exist on
|
||||||
|
@ -171,7 +171,7 @@ path-include=/usr/share/doc/*/changelog.Debian.*
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Remove docs installed by bootstrap
|
# Remove docs installed by bootstrap
|
||||||
Chroot chroot dpkg-query -f '${binary:Package}\n' -W | Chroot chroot xargs apt-get install --reinstall
|
Chroot chroot dpkg-query -f '${binary:Package}\n' -W | Chroot chroot xargs -L1 apt-get install --reinstall
|
||||||
|
|
||||||
# Add unminimizer script which restores default image behavior
|
# Add unminimizer script which restores default image behavior
|
||||||
mkdir -p chroot/usr/local/sbin
|
mkdir -p chroot/usr/local/sbin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user