From 48017369ec29b2212980fc36bb439d11c88dfadf Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 12 Oct 2024 13:07:46 +0200 Subject: fix(mcdowell): use grub-efi32-bootloader --- systems/mcdowell.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems') diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm index c99afca..8ea848d 100644 --- a/systems/mcdowell.scm +++ b/systems/mcdowell.scm @@ -33,7 +33,7 @@ (define (bootloader-mcdowell) (use-modules (gnu bootloader grub)) ((@ (gnu bootloader) bootloader-configuration) - (bootloader grub-efi-removable-bootloader) + (bootloader grub-efi32-bootloader) (keyboard-layout keyboard-layout-mcdowell) (targets (list bootloader-target-mcdowell)))) -- cgit v1.2.3