guix-commits
[Top][All Lists]
Advanced

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

02/02: doc: Be more explicit in example of file-systems configuration.


From: Leo Famulari
Subject: 02/02: doc: Be more explicit in example of file-systems configuration.
Date: Mon, 21 Dec 2015 18:13:11 +0000

lfam pushed a commit to branch master
in repository guix.

commit d12717cba0716ecbc320708f8d491eedd73806a2
Author: Leo Famulari <address@hidden>
Date:   Sun Dec 20 23:09:22 2015 -0500

    doc: Be more explicit in example of file-systems configuration.
    
    * gnu/system/examples/bare-bones.tmpl (file-systems): Change device
    label.
    * gnu/system/examples/desktop.tmpl (file-systems): Likewise.
---
 gnu/system/examples/bare-bones.tmpl |    4 ++--
 gnu/system/examples/desktop.tmpl    |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/system/examples/bare-bones.tmpl 
b/gnu/system/examples/bare-bones.tmpl
index dc5cfc8..87e8d1e 100644
--- a/gnu/system/examples/bare-bones.tmpl
+++ b/gnu/system/examples/bare-bones.tmpl
@@ -10,11 +10,11 @@
   (timezone "Europe/Berlin")
   (locale "en_US.UTF-8")
 
-  ;; Assuming /dev/sdX is the target hard disk, and "root" is
+  ;; Assuming /dev/sdX is the target hard disk, and "my-root" is
   ;; the label of the target root file system.
   (bootloader (grub-configuration (device "/dev/sdX")))
   (file-systems (cons (file-system
-                        (device "root")
+                        (device "my-root")
                         (title 'label)
                         (mount-point "/")
                         (type "ext4"))
diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl
index ee660e0..07183a5 100644
--- a/gnu/system/examples/desktop.tmpl
+++ b/gnu/system/examples/desktop.tmpl
@@ -10,11 +10,11 @@
   (timezone "Europe/Paris")
   (locale "en_US.UTF-8")
 
-  ;; Assuming /dev/sdX is the target hard disk, and "root" is
-  ;; the label of the target root file system.
+  ;; Assuming /dev/sdX is the target hard disk, and "my-root"
+  ;; is the label of the target root file system.
   (bootloader (grub-configuration (device "/dev/sdX")))
   (file-systems (cons (file-system
-                        (device "root")
+                        (device "my-root")
                         (title 'label)
                         (mount-point "/")
                         (type "ext4"))



reply via email to

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