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:
Steve Langasek 2017-08-25 14:28:43 -07:00 committed by usd-importer
parent 8eadac557b
commit 00f18b8d72
2 changed files with 8 additions and 2 deletions

7
debian/changelog vendored
View File

@ -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 ]

View File

@ -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