Ignore BIOS entirely when installing GRUB for EFI.

This commit is contained in:
Walter Lapchynski 2018-10-11 19:36:36 -07:00
parent 4bf7f72786
commit 21acfae10a
2 changed files with 9 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
calamares-settings-ubuntu (25) cosmic; urgency=medium
* Ignore BIOS entirely when installing GRUB for EFI.
-- Walter Lapchynski <wxl@ubuntu.com> Thu, 11 Oct 2018 19:29:20 -0700
calamares-settings-ubuntu (24) cosmic; urgency=medium
[ Wendy Hill ]

View File

@ -1,8 +1,10 @@
# Make sure the correct bootloader package is installed for EFI.
# Also pull in shim so secureboot has a chance at working.
# Because of edge cases, we ignore BIOS, and do the same
# procedure for all EFI types.
---
firmwareType:
bios: /bin/false
bios: "-/bin/true"
"*":
- command: apt-cdrom add -m -d=/media/cdrom/
timeout: 10