.
This commit is contained in:
parent
ea451f20e6
commit
03c6561f9d
2 changed files with 2 additions and 2 deletions
|
@ -195,7 +195,7 @@ This is the full operating system specification.
|
||||||
(keyboard-layout "de" #:options '("caps:swapescape")))
|
(keyboard-layout "de" #:options '("caps:swapescape")))
|
||||||
(bootloader
|
(bootloader
|
||||||
(bootloader-configuration
|
(bootloader-configuration
|
||||||
(bootloader grup-efi-bootloader)
|
(bootloader grub-efi-bootloader)
|
||||||
(targets
|
(targets
|
||||||
'("/boot/efi"))
|
'("/boot/efi"))
|
||||||
(keyboard-layout keyboard-layout)))
|
(keyboard-layout keyboard-layout)))
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
(keyboard-layout "de" #:options '("caps:swapescape")))
|
(keyboard-layout "de" #:options '("caps:swapescape")))
|
||||||
(bootloader
|
(bootloader
|
||||||
(bootloader-configuration
|
(bootloader-configuration
|
||||||
(bootloader grup-efi-bootloader)
|
(bootloader grub-efi-bootloader)
|
||||||
(targets
|
(targets
|
||||||
'("/boot/efi"))
|
'("/boot/efi"))
|
||||||
(keyboard-layout keyboard-layout)))
|
(keyboard-layout keyboard-layout)))
|
||||||
|
|
Loading…
Reference in a new issue