diff options
Diffstat (limited to 'boot/zfsbootmenu')
-rw-r--r-- | boot/zfsbootmenu/config.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/boot/zfsbootmenu/config.yaml b/boot/zfsbootmenu/config.yaml new file mode 100644 index 0000000..31ca6bd --- /dev/null +++ b/boot/zfsbootmenu/config.yaml @@ -0,0 +1,18 @@ +Global: + ManageImages: true + BootMountPoint: /boot/efi + DracutConfDir: /etc/zfsbootmenu/dracut.conf.d + PreHooksDir: /etc/zfsbootmenu/generate-zbm.pre.d + PostHooksDir: /etc/zfsbootmenu/generate-zbm.post.d + InitCPIOConfig: /etc/zfsbootmenu/mkinitcpio.conf +Components: + ImageDir: /boot/efi/EFI/zbm + Versions: 2 + Enabled: false +EFI: + ImageDir: /boot/efi/EFI/zbm + Versions: false + Enabled: true + SplashImage: /etc/zfsbootmenu/splash.bmp +Kernel: + CommandLine: ro loglevel=5 |