mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-12 03:31:16 +00:00
Import patches-unapplied version 2.451 to ubuntu/artful-proposed
Imported using git-ubuntu import. Changelog parent: 8eadac557b6f5f0b23b7c109a659f9649884e8e9 New changelog entries: * Fix a reference to an undefined variable in the ubuntu-cpc hooks, introduced by the previous upload.
This commit is contained in:
parent
8eadac557b
commit
00f18b8d72
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.451) artful; urgency=medium
|
||||
|
||||
* Fix a reference to an undefined variable in the ubuntu-cpc hooks,
|
||||
introduced by the previous upload.
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 25 Aug 2017 14:28:43 -0700
|
||||
|
||||
livecd-rootfs (2.450) artful; urgency=medium
|
||||
|
||||
[ Steve Langasek ]
|
||||
|
@ -83,8 +83,7 @@ install_grub() {
|
||||
--target=${efi_target} \
|
||||
--removable \
|
||||
--uefi-secure-boot \
|
||||
--no-nvram \
|
||||
--modules="${grub_modules}"
|
||||
--no-nvram
|
||||
|
||||
if [ -f mountpoint/boot/efi/EFI/BOOT/grub.cfg ]; then
|
||||
sed -i "s| root| root hd0,gpt1|" mountpoint/boot/efi/EFI/BOOT/grub.cfg
|
||||
|
Loading…
x
Reference in New Issue
Block a user