ubuntu-cpc: Add apt-get update to ppc64el build so it uses new sources

This commit is contained in:
Robert C Jennings 2017-05-25 20:35:31 -05:00
parent f0b2591de5
commit 5fed3097d2
2 changed files with 9 additions and 0 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (2.209.20) trusty; urgency=medium
[Daniel Watkins]
* Add `apt-get update` to ubuntu-cpc ppc64el builds so they use the new
sources.
-- Robert C Jennings <robert.jennings@canonical.com> Tue, 24 May 2017 15:13:47 -0500
livecd-rootfs (2.209.19) trusty; urgency=medium
[ Daniel Watkins ]

View File

@ -26,6 +26,7 @@ install_grub() {
mkdir 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 remove --purge grub-legacy-ec2