mirror of https://github.com/cutefishos/calamares
[grubcfg] expand config-testing for the new features
- create directories for new tests ahead of the tests themselves; this **can** still cause problems if a test is run standalone. - if creating the grub-dir at runtime is necessary, be informative if it fails.main
parent
8bf95b6881
commit
473daecdbf
@ -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