summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-10-12 13:07:46 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-10-12 13:07:46 +0200
commit48017369ec29b2212980fc36bb439d11c88dfadf (patch)
tree2e0d02a6756d09d14df8dd0a525d6225b44418d7 /systems
parentfee6227db2eb02072fd4425ea927afa06251737c (diff)
fix(mcdowell): use grub-efi32-bootloader
Diffstat (limited to 'systems')
-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))))