proposed.yaml: Use better defaults, update README.

This commit is contained in:
Érico Rolim 2020-08-09 00:20:54 -03:00
parent 46baf0e267
commit 29254a4fe6
2 changed files with 9 additions and 9 deletions

View File

@ -195,7 +195,7 @@ An example YAML configuration file follows:
```
---
Global:
ManageImages: true
ManageImages: false
BootMountPoint: /boot/efi
DracutConfDir: /etc/zfsbootmenu/dracut.conf.d
Components:
@ -207,8 +207,8 @@ Components:
Enabled: false
EFI:
ImageDir: /boot/efi/EFI/void
Versions: 4
Enabled: true
Versions: 2
Enabled: false
Kernel:
CommandLine: ro quiet loglevel=0
```

View File

@ -1,18 +1,18 @@
---
Global:
ManageImages: false
BootMountPoint: /boot/efi
DracutConfDir: /etc/zfsbootmenu/dracut.conf.d
Components:
ImageDir: /boot/efi/EFI/void
Versions: false
Versions: 2
Enabled: false
syslinux:
Config: /boot/syslinux/syslinux.cfg
Enabled: false
EFI:
ImageDir: /boot/efi/EFI/void
Versions: 4
Enabled: true
CommandLine:
- ro quiet loglevel=0
- ro quiet loglevel=7
Versions: 2
Enabled: false
Kernel:
CommandLine: ro quiet loglevel=0