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>
master
Laura Lazzati 2018-12-02 21:48:19 -03:00 committed by Danny Milosavljevic
parent b8ca5b3146
commit b9914c4794
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 1 deletions

View File

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