From 5081c333bb1013fb1a3fa838bdf8c49402c28cfb Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Fri, 7 Apr 2017 16:12:48 -0400 Subject: [PATCH] Add `apt-get update` to ubuntu-cpc ppc64el builds so they use the new sources. --- debian/changelog | 7 +++++++ live-build/ubuntu-cpc/hooks/034-disk-image-ppc64el.binary | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 343e6f15..3092cd43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.408.11) UNRELEASED; urgency=medium + + * Add `apt-get update` to ubuntu-cpc ppc64el builds so they use the new + sources. + + -- Daniel Watkins Fri, 07 Apr 2017 16:11:59 -0400 + livecd-rootfs (2.408.10) xenial; urgency=medium [ Adam Conrad ] diff --git a/live-build/ubuntu-cpc/hooks/034-disk-image-ppc64el.binary b/live-build/ubuntu-cpc/hooks/034-disk-image-ppc64el.binary index d4539594..1f6b35a7 100755 --- a/live-build/ubuntu-cpc/hooks/034-disk-image-ppc64el.binary +++ b/live-build/ubuntu-cpc/hooks/034-disk-image-ppc64el.binary @@ -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