mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-04-27 11:01:10 +00:00
Ignore BIOS entirely when installing GRUB for EFI.
This commit is contained in:
parent
4bf7f72786
commit
21acfae10a
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
calamares-settings-ubuntu (24) cosmic; urgency=medium
|
||||||
|
|
||||||
[ Wendy Hill ]
|
[ Wendy Hill ]
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
# Make sure the correct bootloader package is installed for EFI.
|
# Make sure the correct bootloader package is installed for EFI.
|
||||||
# Also pull in shim so secureboot has a chance at working.
|
# 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:
|
firmwareType:
|
||||||
bios: /bin/false
|
bios: "-/bin/true"
|
||||||
"*":
|
"*":
|
||||||
- command: apt-cdrom add -m -d=/media/cdrom/
|
- command: apt-cdrom add -m -d=/media/cdrom/
|
||||||
timeout: 10
|
timeout: 10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user