summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rw-r--r--systems/mcdowell.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm
index feb088e..0d20837 100644
--- a/systems/mcdowell.scm
+++ b/systems/mcdowell.scm
@@ -11,8 +11,9 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-(define bootloader-target-mcdowell
- "/dev/sdb")
+(define (bootloader-target-mcdowell)
+ (use-modules (machines amd64))
+ (bootloader-device-path host-name*))
(define (desktop-services-mcdowell)
(use-modules (suweren system))
@@ -41,7 +42,7 @@
((@ (gnu bootloader) bootloader-configuration)
(bootloader (grub-mkrescue-bootloader-mcdowell))
(keyboard-layout keyboard-layout-mcdowell)
- (targets (list bootloader-target-mcdowell))))
+ (targets (list (bootloader-target-mcdowell)))))
(define services-mcdowell
(append (desktop-services-mcdowell)