mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Import patches-unapplied version 2.372 to ubuntu/xenial-proposed
Imported using git-ubuntu import. Changelog parent: 601e67d4841f74f29d6e78d497bd6b950c1f1b42 New changelog entries: * Install grub in ppc64el cloud images so they are bootable (LP: #1538610)
This commit is contained in:
parent
601e67d484
commit
63154a9a2f
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.372) xenial; urgency=medium
|
||||
|
||||
* Install grub in ppc64el cloud images so they are bootable (LP: #1538610)
|
||||
|
||||
-- Daniel Watkins <daniel.watkins@canonical.com> Wed, 27 Jan 2016 16:32:58 +0000
|
||||
|
||||
livecd-rootfs (2.371) xenial; urgency=medium
|
||||
|
||||
* Remove unneeded packages from the root.tar.{gz,xz} cloud image targets
|
||||
|
@ -40,6 +40,11 @@ EOF
|
||||
--boot-directory=/boot \
|
||||
--target=powerpc-ieee1275
|
||||
|
||||
chroot mountpoint dpkg-divert --local --rename /etc/grub.d/30_os-prober
|
||||
chroot mountpoint update-grub
|
||||
sed -i "s,root=.* ,root=LABEL=cloudimg-rootfs ,g" mountpoint/boot/grub/grub.cfg
|
||||
chroot mountpoint dpkg-divert --remove --local --rename /etc/grub.d/30_os-prober
|
||||
|
||||
umount_partition mountpoint
|
||||
rmdir mountpoint
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user