summaryrefslogtreecommitdiff
path: root/systems/mcdowell.scm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/mcdowell.scm')
-rw-r--r--systems/mcdowell.scm2
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))))