[grubcfg] Add some test configurations

This commit is contained in:
Adriaan de Groot 2019-11-04 16:40:49 +01:00
parent f727362a90
commit 67de4af4a4
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,2 @@
---
bogus: true

View File

@ -0,0 +1,10 @@
---
bogus: true
firmwareType: bios
bootLoader: grub
rootMountPoint: /tmp/calamares
branding:
bootloaderEntryName: generic
partitions: []

View 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