summaryrefslogtreecommitdiff
path: root/gnu/system/examples
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system/examples')
-rw-r--r--gnu/system/examples/bare-hurd64.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/examples/bare-hurd64.tmpl b/gnu/system/examples/bare-hurd64.tmpl
index 8d99dffa776..5cb04c2d0fc 100644
--- a/gnu/system/examples/bare-hurd64.tmpl
+++ b/gnu/system/examples/bare-hurd64.tmpl
@@ -32,7 +32,7 @@
32 32
33(define %hurd64-os 33(define %hurd64-os
34 (operating-system 34 (operating-system
35 (inherit %hurd64-default-operating-system) 35 (inherit %hurd-default-operating-system)
36 (bootloader (bootloader-configuration 36 (bootloader (bootloader-configuration
37 (bootloader grub-minimal-bootloader) 37 (bootloader grub-minimal-bootloader)
38 (targets '("/dev/sdX")))) 38 (targets '("/dev/sdX"))))