diff options
Diffstat (limited to 'systems/mcdowell.scm')
-rw-r--r-- | systems/mcdowell.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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)))) |