summaryrefslogtreecommitdiff
path: root/deployment/system/asakura.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2026-05-15 13:37:45 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2026-05-16 08:15:55 +0200
commit1c740549991d06798e882ebfc19a4c4e128cb033 (patch)
tree27105ad19af9f932424ed5223d2412c63cf96bd3 /deployment/system/asakura.scm
parent080d2e2f4e315163c552c7a5bd97aee51704d64c (diff)
(system): adapt to a bootloader installation fix
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)