guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: squash! bare-hurd.tmpl


From: guix-commits
Subject: 01/06: squash! bare-hurd.tmpl
Date: Sat, 25 Apr 2020 09:33:27 -0400 (EDT)

janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit 486b1abdec8bdfb2ccea64b77f62ec43dc81fbe0
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Sat Apr 25 13:12:16 2020 +0200

    squash! bare-hurd.tmpl
    
    * Makefile.am (EXAMPLES): Add it.
---
 Makefile.am                        | 1 +
 gnu/system/examples/bare-hurd.tmpl | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index bb243fe..869f32b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -343,6 +343,7 @@ AUX_FILES =                                         \
 EXAMPLES =                                     \
   gnu/system/examples/asus-c201.tmpl           \
   gnu/system/examples/bare-bones.tmpl          \
+  gnu/system/examples/bare-hurd.tmpl           \
   gnu/system/examples/beaglebone-black.tmpl    \
   gnu/system/examples/desktop.tmpl             \
   gnu/system/examples/lightweight-desktop.tmpl \
diff --git a/gnu/system/examples/bare-hurd.tmpl 
b/gnu/system/examples/bare-hurd.tmpl
index c5792b7..8965d17 100644
--- a/gnu/system/examples/bare-hurd.tmpl
+++ b/gnu/system/examples/bare-hurd.tmpl
@@ -10,6 +10,9 @@
 (define %hurd-os
   (operating-system
     (inherit %hurd-default-operating-system)
+    (bootloader (bootloader-configuration
+                 (bootloader grub-minimal-bootloader)
+                 (target "/dev/sdX")))
     (host-name "guixygnu")
     (timezone "GNUrope")
     (packages %base-packages/hurd)
@@ -23,4 +26,4 @@
                               (password-authentication? #t)))
                     %base-services/hurd))))
 
-%hurd-os
+(pk 'hurd-os %hurd-os)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]