summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-07-24 19:47:48 +0200
committerLudovic Courtès <ludo@gnu.org>2014-07-24 23:02:26 +0200
commit7ab44369b34a23e5d22ac51b7fbfe31c0de9fbfd (patch)
tree94cee2ae8b0331e2668af9ccd2bdff3a5ced1c04 /doc
parent47b73c34f0ac1fbe2cacb9233e7e41cdcfef9caf (diff)
downloadguix-7ab44369b34a23e5d22ac51b7fbfe31c0de9fbfd.tar.gz
guix-7ab44369b34a23e5d22ac51b7fbfe31c0de9fbfd.tar.xz
doc: Recommend partition labels.
* doc/guix.texi (System Installation): Recommend partition labels.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 6266f70194..2f44ce9506 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2795,6 +2795,11 @@ image does not contain all the software and tools that may be needed.
Unless this has already been done, you must partition and format the
target partitions.
+Preferably, assign partitions a label so that you can easily and
+reliably refer to them in @code{file-system} declarations (@pxref{File
+Systems}). This is typically done using the @code{-L} option of
+@command{mkfs.ext4} and related commands.
+
The installation image includes Parted (@pxref{Overview,,, parted, GNU
Parted User Manual}), @command{fdisk}, and e2fsprogs, the suite of tools
to manipulate ext2/ext3/ext4 file systems.