fixed typo
This commit is contained in:
parent
bca12a3418
commit
15c3f1565c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Possible options are 'grub', 'sb-shim' and 'systemd-boot'.
|
# Possible options are 'grub', 'sb-shim' and 'systemd-boot'.
|
||||||
efiBootLoader: "systemd-boot"
|
efiBootLoader: "grub"
|
||||||
|
|
||||||
kernelSearchPath: "/usr/lib/modules"
|
kernelSearchPath: "/usr/lib/modules"
|
||||||
#kernelName: "vmlinuz"
|
#kernelName: "vmlinuz"
|
||||||
|
@ -21,4 +21,4 @@ installEFIFallback: false
|
||||||
loaderEntries:
|
loaderEntries:
|
||||||
- "timeout 5"
|
- "timeout 5"
|
||||||
- "console-mode auto"
|
- "console-mode auto"
|
||||||
- "reboot-for-bitlocker 1"
|
- "reboot-for-bitlocker 1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue