all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: [v2 2/2] doc: Be more explicit in example of file-systems configuration.
Date: Sun, 20 Dec 2015 23:30:33 -0500	[thread overview]
Message-ID: <009c241f5f37a1b3db85daf782d844e3ae161741.1450672148.git.leo@famulari.name> (raw)
In-Reply-To: <cover.1450672148.git.leo@famulari.name>
In-Reply-To: <cover.1450672148.git.leo@famulari.name>

* 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..ad2f1c4 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-partition" 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-partition")
                         (title 'label)
                         (mount-point "/")
                         (type "ext4"))
diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl
index ee660e0..0fb3a70 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-partition"
+  ;; 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-partition")
                         (title 'label)
                         (mount-point "/")
                         (type "ext4"))
-- 
2.6.2

  parent reply	other threads:[~2015-12-21  4:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-21  4:30 [v2 0/2] doc: Explain significance of partition labels Leo Famulari
2015-12-21  4:30 ` [v2 1/2] " Leo Famulari
2015-12-21 15:35   ` Ludovic Courtès
2015-12-21 18:16     ` Leo Famulari
2015-12-21  4:30 ` Leo Famulari [this message]
2015-12-21 15:36   ` [v2 2/2] doc: Be more explicit in example of file-systems configuration Ludovic Courtès
2015-12-21 18:16     ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=009c241f5f37a1b3db85daf782d844e3ae161741.1450672148.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.