guix-commits
[Top][All Lists]
Advanced

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

branch master updated: system: hurd: Oops, have 'initrd' default to #f.


From: guix-commits
Subject: branch master updated: system: hurd: Oops, have 'initrd' default to #f.
Date: Tue, 30 Jun 2020 12:27:05 -0400

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 <janneke@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

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