mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 19:31:31 +00:00
Import patches-unapplied version 2.525 to ubuntu/bionic-proposed
Imported using git-ubuntu import. Changelog parent: 547df52eeb301d5936ec137fc3c30a3798859e1d New changelog entries: * Don't fail to build CPC images if /lib/modules already exists in the squashfs.
This commit is contained in:
parent
547df52eeb
commit
af4bbf0879
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.525) bionic; urgency=medium
|
||||
|
||||
* Don't fail to build CPC images if /lib/modules already exists in the
|
||||
squashfs.
|
||||
|
||||
-- Daniel Watkins <daniel.watkins@canonical.com> Tue, 24 Apr 2018 13:00:39 -0400
|
||||
|
||||
livecd-rootfs (2.524) bionic; urgency=medium
|
||||
|
||||
* Ensure MAAS squashfsi are clean of passwords. LP: #1764991.
|
||||
|
@ -32,7 +32,7 @@ env DEBIAN_FRONTEND=noninteractive chroot binary/boot/squashfs.dir apt-get --pur
|
||||
env DEBIAN_FRONTEND=noninteractive chroot binary/boot/squashfs.dir apt-get --purge remove --assume-yes '^grub-.*'
|
||||
env DEBIAN_FRONTEND=noninteractive chroot binary/boot/squashfs.dir apt-get autoremove --purge --assume-yes
|
||||
rm -rf binary/boot/squashfs.dir/boot/grub
|
||||
chroot binary/boot/squashfs.dir mkdir /lib/modules
|
||||
chroot binary/boot/squashfs.dir mkdir -p /lib/modules
|
||||
|
||||
chroot binary/boot/squashfs.dir rm /usr/sbin/grub-probe
|
||||
chroot binary/boot/squashfs.dir dpkg-divert --remove --local --rename /usr/sbin/grub-probe
|
||||
|
Loading…
x
Reference in New Issue
Block a user