mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-15 10:44:26 +00:00
Import patches-unapplied version 2.408.11 to ubuntu/xenial-proposed
Imported using git-ubuntu import. Changelog parent: af583de4a48845e6e00f199b4fc4eda3e7091efb New changelog entries: * Add `apt-get update` to ubuntu-cpc ppc64el builds so they use the new sources.
This commit is contained in:
parent
af583de4a4
commit
f4c4fa3fcc
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.408.11) xenial; urgency=medium
|
||||||
|
|
||||||
|
* Add `apt-get update` to ubuntu-cpc ppc64el builds so they use the new
|
||||||
|
sources.
|
||||||
|
|
||||||
|
-- Daniel Watkins <daniel.watkins@canonical.com> Fri, 07 Apr 2017 16:12:53 -0400
|
||||||
|
|
||||||
livecd-rootfs (2.408.10) xenial; urgency=medium
|
livecd-rootfs (2.408.10) xenial; urgency=medium
|
||||||
|
|
||||||
[ Adam Conrad ]
|
[ Adam Conrad ]
|
||||||
|
@ -26,6 +26,7 @@ install_grub() {
|
|||||||
mkdir mountpoint
|
mkdir mountpoint
|
||||||
mount_partition "${rootfs_dev_mapper}" mountpoint
|
mount_partition "${rootfs_dev_mapper}" mountpoint
|
||||||
|
|
||||||
|
chroot mountpoint apt-get -qqy update
|
||||||
chroot mountpoint apt-get -qqy install grub2
|
chroot mountpoint apt-get -qqy install grub2
|
||||||
chroot mountpoint apt-get -qqy remove --purge grub-legacy-ec2
|
chroot mountpoint apt-get -qqy remove --purge grub-legacy-ec2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user