guix-commits
[Top][All Lists]
Advanced

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

01/01: doc: Fix "desktop" OS config example.


From: guix-commits
Subject: 01/01: doc: Fix "desktop" OS config example.
Date: Mon, 3 Dec 2018 08:30:31 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit b9914c479445a85b2caf284c50f8a242f0f8f0bd
Author: Laura Lazzati <address@hidden>
Date:   Sun Dec 2 21:48:19 2018 -0300

    doc: Fix "desktop" OS config example.
    
    * gnu/system/examples/desktop.tmpl (file-systems): Add
    'file-system-label' call in 'device' field.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/system/examples/desktop.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl
index ea21e1d..1b8d46a 100644
--- a/gnu/system/examples/desktop.tmpl
+++ b/gnu/system/examples/desktop.tmpl
@@ -26,7 +26,7 @@
           (type luks-device-mapping))))
 
   (file-systems (cons (file-system
-                        (device "my-root")
+                        (device (file-system-label "my-root"))
                         (mount-point "/")
                         (type "ext4")
                         (dependencies mapped-devices))



reply via email to

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