This commit is contained in:
Daniel Ziltener 2023-12-01 14:34:54 +01:00
parent ea451f20e6
commit 03c6561f9d
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ This is the full operating system specification.
(keyboard-layout "de" #:options '("caps:swapescape")))
(bootloader
(bootloader-configuration
(bootloader grup-efi-bootloader)
(bootloader grub-efi-bootloader)
(targets
'("/boot/efi"))
(keyboard-layout keyboard-layout)))

View File

@ -45,7 +45,7 @@
(keyboard-layout "de" #:options '("caps:swapescape")))
(bootloader
(bootloader-configuration
(bootloader grup-efi-bootloader)
(bootloader grub-efi-bootloader)
(targets
'("/boot/efi"))
(keyboard-layout keyboard-layout)))