This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5164d7f  system: hurd: Oops, have 'initrd' default to #f.
5164d7f is described below

commit 5164d7fd2673cf3b46b2cba9a9a70abc6d57dde6
Author: Jan (janneke) Nieuwenhuizen <jann...@gnu.org>
AuthorDate: Tue Jun 30 18:16:10 2020 +0200

    system: hurd: Oops, have 'initrd' default to #f.
    
    * gnu/system/hurd.scm (%hurd-default-operating-system)[initrd]: Oops, set 
to #f.
---
 gnu/system/hurd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index 43d98cc..80fffe8 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -94,7 +94,7 @@
     (bootloader (bootloader-configuration
                  (bootloader grub-minimal-bootloader)
                  (target "/dev/vda")))
-    (initrd (lambda _ '()))
+    (initrd #f)
     (initrd-modules (lambda _ '()))
     (firmware '())
     (host-name "guixygnu")

Reply via email to