mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-19 14:51:49 +00:00
Import patches-unapplied version 2.436 to ubuntu/zesty-proposed
Imported using git-ubuntu import. Changelog parent: b477837c3120d904a5fd724a12e55e0b153826f5 New changelog entries: [ Robert C Jennings ] * ubuntu-cpc: Remove redundant copy of grub files.
This commit is contained in:
parent
b477837c31
commit
837997ea02
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.436) zesty; urgency=medium
|
||||||
|
|
||||||
|
[ Robert C Jennings ]
|
||||||
|
* ubuntu-cpc: Remove redundant copy of grub files.
|
||||||
|
|
||||||
|
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Fri, 28 Oct 2016 21:49:42 -0400
|
||||||
|
|
||||||
livecd-rootfs (2.435) yakkety; urgency=medium
|
livecd-rootfs (2.435) yakkety; urgency=medium
|
||||||
|
|
||||||
* Update the ubuntu-touch hints to try installing ubuntu-system-settings
|
* Update the ubuntu-touch hints to try installing ubuntu-system-settings
|
||||||
|
@ -70,9 +70,6 @@ install_grub() {
|
|||||||
amd64)
|
amd64)
|
||||||
chroot mountpoint apt-get install -qqy grub-efi-amd64-signed grub-efi-amd64 shim-signed
|
chroot mountpoint apt-get install -qqy grub-efi-amd64-signed grub-efi-amd64 shim-signed
|
||||||
grub_modules="part_gpt fat ext2 normal chain boot configfile linux multiboot search_fs_uuid search_label terminal serial video video_fb video_bochs usb usb_keyboard efi_gop efi_uga"
|
grub_modules="part_gpt fat ext2 normal chain boot configfile linux multiboot search_fs_uuid search_label terminal serial video video_fb video_bochs usb usb_keyboard efi_gop efi_uga"
|
||||||
chroot mountpoint cp /usr/lib/shim/shim.efi.signed "${efi_boot_dir}/shimx64.efi"
|
|
||||||
chroot mountpoint cp /usr/lib/shim/MokManager.efi.signed "${efi_boot_dir}/MokManager.efi"
|
|
||||||
chroot mountpoint cp /usr/lib/grub/x86_64-efi-signed/grubx64.efi.signed "${efi_boot_dir}/grubx64.efi"
|
|
||||||
efi_target=x86_64-efi
|
efi_target=x86_64-efi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user