From 1c740549991d06798e882ebfc19a4c4e128cb033 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Fri, 15 May 2026 13:37:45 +0200 Subject: (system): adapt to a bootloader installation fix --- deployment/system/asakura.scm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'deployment/system/asakura.scm') 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) -- cgit v1.3