mirror of https://github.com/cutefishos/calamares
Merge branch 'issue-1457' into calamares
Support /etc/default/grub.d/ -- keep in mind that the **rest** of the logic in writing a grub configuration file is unchanged, so 00calamares may roughly override "global" or top-level grub variables like GRUB_TIMEOUT. FIXES #1457main
commit
fdbc253623
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
bogus: true
|
||||||
|
firmwareType: bios
|
||||||
|
bootLoader: grub
|
||||||
|
rootMountPoint: /tmp/calamares/grubcfg-test-3
|
||||||
|
|
||||||
|
branding:
|
||||||
|
bootloaderEntryName: generic
|
||||||
|
partitions: []
|
||||||
|
|
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
overwrite: true
|
||||||
|
prefer_grub_d: true # But it doesn't exist
|
||||||
|
keepDistributor: false
|
||||||
|
defaults:
|
||||||
|
GRUB_TIMEOUT: 5
|
||||||
|
GRUB_DEFAULT: "saved"
|
||||||
|
GRUB_DISABLE_SUBMENU: true
|
||||||
|
GRUB_TERMINAL_OUTPUT: "console"
|
||||||
|
GRUB_DISABLE_RECOVERY: true
|
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
bogus: true
|
||||||
|
firmwareType: bios
|
||||||
|
bootLoader: grub
|
||||||
|
rootMountPoint: /tmp/calamares/grubcfg-test-4
|
||||||
|
|
||||||
|
branding:
|
||||||
|
bootloaderEntryName: generic
|
||||||
|
partitions: []
|
||||||
|
|
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
overwrite: true
|
||||||
|
prefer_grub_d: true
|
||||||
|
keepDistributor: false
|
||||||
|
defaults:
|
||||||
|
GRUB_TIMEOUT: 5
|
||||||
|
GRUB_DEFAULT: "saved"
|
||||||
|
GRUB_DISABLE_SUBMENU: true
|
||||||
|
GRUB_TERMINAL_OUTPUT: "console"
|
||||||
|
GRUB_DISABLE_RECOVERY: true
|
Loading…
Reference in New Issue