summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLaura Lazzati <laura.lazzati.15@gmail.com>2018-12-02 21:48:19 -0300
committerDanny Milosavljevic <dannym@scratchpost.org>2018-12-03 14:27:24 +0100
commitb9914c479445a85b2caf284c50f8a242f0f8f0bd (patch)
treed1c2a1fd44151ca75043fc43f2a01da2b2a065d6 /gnu
parentb8ca5b3146f94785c4e54ade1f64dc783a9b1a85 (diff)
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 <dannym@scratchpost.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/system/examples/desktop.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl
index ea21e1df66f..1b8d46afafe 100644
--- a/gnu/system/examples/desktop.tmpl
+++ b/gnu/system/examples/desktop.tmpl
@@ -26,7 +26,7 @@
26 (type luks-device-mapping)))) 26 (type luks-device-mapping))))
27 27
28 (file-systems (cons (file-system 28 (file-systems (cons (file-system
29 (device "my-root") 29 (device (file-system-label "my-root"))
30 (mount-point "/") 30 (mount-point "/")
31 (type "ext4") 31 (type "ext4")
32 (dependencies mapped-devices)) 32 (dependencies mapped-devices))