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

rcj/test
Dimitri John Ledkov 5 years ago
parent 536f72351f
commit cb574d4cb3

8
debian/changelog vendored

@ -1,3 +1,11 @@
livecd-rootfs (2.655) UNRELEASED; 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:41:41 +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…
Cancel
Save