mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-08 09:42:56 +00:00
ubuntu-cpc: Handle a pre-existing /lib/modules in 030-root-tarball.hook (LP: #1797170).
This commit is contained in:
parent
11a9a25fbb
commit
64e90c0cca
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.408.38) xenial; urgency=medium
|
||||
|
||||
* ubuntu-cpc: Handle a pre-existing /lib/modules in 030-root-tarball.hook
|
||||
(LP: #1797170).
|
||||
|
||||
-- Daniel Watkins <oddbloke@ubuntu.com> Wed, 10 Oct 2018 11:55:30 -0400
|
||||
|
||||
livecd-rootfs (2.408.37) xenial; urgency=medium
|
||||
|
||||
* debian/dirs: add debian/dirs entry for empty includes.chroot dir
|
||||
|
@ -19,7 +19,7 @@ chroot binary/boot/filesystem.dir chmod +x /usr/sbin/grub-probe
|
||||
env DEBIAN_FRONTEND=noninteractive chroot binary/boot/filesystem.dir apt-get --purge remove --assume-yes '^linux-.*' 'linux-base+'
|
||||
env DEBIAN_FRONTEND=noninteractive chroot binary/boot/filesystem.dir apt-get --purge remove --assume-yes '^grub-.*'
|
||||
env DEBIAN_FRONTEND=noninteractive chroot binary/boot/filesystem.dir apt-get autoremove --purge --assume-yes
|
||||
chroot binary/boot/filesystem.dir mkdir /lib/modules
|
||||
chroot binary/boot/filesystem.dir mkdir -p /lib/modules
|
||||
|
||||
chroot binary/boot/filesystem.dir rm /usr/sbin/grub-probe
|
||||
chroot binary/boot/filesystem.dir dpkg-divert --remove --local --rename /usr/sbin/grub-probe
|
||||
|
Loading…
x
Reference in New Issue
Block a user