summaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 3ae2b7e00b..99acad56e7 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3088,6 +3088,10 @@ Linux-Libre kernel, initial RAM disk, and boot loader looks like this:
(host-name "komputilo")
(timezone "Europe/Paris")
(locale "fr_FR.UTF-8")
+ (file-systems (list (file-system
+ (device "/dev/disk/by-label/root")
+ (mount-point "/")
+ (type "ext3"))))
(users (list (user-account
(name "alice")
(password "")