[grubcfg] Add some test configurations
This commit is contained in:
parent
f727362a90
commit
67de4af4a4
2
src/modules/grubcfg/tests/1.global
Normal file
2
src/modules/grubcfg/tests/1.global
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
bogus: true
|
10
src/modules/grubcfg/tests/2.global
Normal file
10
src/modules/grubcfg/tests/2.global
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
bogus: true
|
||||
firmwareType: bios
|
||||
bootLoader: grub
|
||||
rootMountPoint: /tmp/calamares
|
||||
|
||||
branding:
|
||||
bootloaderEntryName: generic
|
||||
partitions: []
|
||||
|
9
src/modules/grubcfg/tests/2.job
Normal file
9
src/modules/grubcfg/tests/2.job
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
overwrite: 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
Block a user