mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-11 19:01:31 +00:00
ubuntu-cpc: Add apt-get update
to ppc64el build so it uses new sources
This commit is contained in:
parent
f0b2591de5
commit
5fed3097d2
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
|
livecd-rootfs (2.209.19) trusty; urgency=medium
|
||||||
|
|
||||||
[ Daniel Watkins ]
|
[ Daniel Watkins ]
|
||||||
|
@ -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