mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[grubcfg] Add some test configurations
This commit is contained in:
parent
f727362a90
commit
67de4af4a4
3 changed files with 21 additions and 0 deletions
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…
Add table
Reference in a new issue