mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-04 16:01:24 +00:00
Install grub-ieee1275 instead of grub2 on ppc64el; grub2 is a dummy
transitional package in universe.
This commit is contained in:
commit
c02f0f0f4c
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.486) UNRELEASED; urgency=medium
|
||||
|
||||
[ Michael Hudson-Doyle ]
|
||||
* Install grub-ieee1275 instead of grub2 on ppc64el; grub2 is a dummy
|
||||
transitional package in universe.
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 06 Dec 2017 14:21:23 -0800
|
||||
|
||||
livecd-rootfs (2.485) bionic; urgency=medium
|
||||
|
||||
[ Michael Hudson-Doyle ]
|
||||
|
@ -31,7 +31,7 @@ install_grub() {
|
||||
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 grub-ieee1275
|
||||
chroot mountpoint apt-get -qqy remove --purge grub-legacy-ec2
|
||||
|
||||
# set the kernel commandline to use hvc0
|
||||
|
Loading…
x
Reference in New Issue
Block a user