guix-commits
[Top][All Lists]
Advanced

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

01/01: system: Fix typo in 'read-boot-parameters'.


From: Ludovic Courtès
Subject: 01/01: system: Fix typo in 'read-boot-parameters'.
Date: Mon, 11 Sep 2017 17:30:21 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7940188ebfb28fc36426924b16fdc8255a88acaf
Author: Ludovic Courtès <address@hidden>
Date:   Mon Sep 11 23:00:40 2017 +0200

    system: Fix typo in 'read-boot-parameters'.
    
    Fixes a regression introduced in
    commit 075681d3501082c6e22df8abf29dfe89d85effc1.
    
    * gnu/system.scm (read-boot-parameters): For 'root-device', use
    'device-sexp->device', not 'device->sexp'.
---
 gnu/system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index 6f795d6..bb7e853 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -250,7 +250,7 @@ directly by the user."
                        rest ...)
      (boot-parameters
       (label label)
-      (root-device (device->sexp root))
+      (root-device (device-sexp->device root))
 
       (bootloader-name
        (match (assq 'bootloader-name rest)



reply via email to

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