summaryrefslogtreecommitdiff
path: root/deployment/system/asakura.scm
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/system/asakura.scm')
-rw-r--r--deployment/system/asakura.scm9
1 files changed, 1 insertions, 8 deletions
diff --git a/deployment/system/asakura.scm b/deployment/system/asakura.scm
index 3a253ec..7ad954a 100644
--- a/deployment/system/asakura.scm
+++ b/deployment/system/asakura.scm
@@ -92,13 +92,6 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-(define (bootloader)
- (use-modules (gnu bootloader grub))
- ((@ (gnu bootloader) bootloader-configuration)
- (bootloader grub-efi-bootloader)
- (targets (list "/boot"))
- (keyboard-layout keyboard-layout)))
-
(define (file-systems)
(append gnu:system:file-systems:%base-file-systems
(list root-partition
@@ -129,7 +122,7 @@
(define-public system
(gnu:system:operating-system
(kernel nongnu:packages:linux:linux)
- (bootloader (bootloader))
+ (bootloader sovereign:devices:amd64:custom-bootloader-configuration)
(label (sovereign:systems:operating-system-label* host-name
gnu:system:this-operating-system))
(keyboard-layout keyboard-layout)