mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-04 16:01:24 +00:00
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
This commit is contained in:
parent
536f72351f
commit
cb574d4cb3
8
debian/changelog
vendored
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
|
||||
|
||||
* 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
|
||||
|
||||
# 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
|
||||
mkdir -p chroot/usr/local/sbin
|
||||
|
Loading…
x
Reference in New Issue
Block a user