From 3d39f3c02b4e7192ce8879b86f75434b1bd692e0 Mon Sep 17 00:00:00 2001 From: Marco van Hulten Date: Thu, 16 Nov 2017 06:21:23 +0300 Subject: [PATCH] doc: Unconfuse my-root file system label and partition label. * doc/guix.texi (Preparing for Installation): Unconfuse 'my-root' file system label and partition label. --- doc/guix.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 098ff5e54..8045312e5 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -8072,7 +8072,7 @@ types.}. For the ESP, if you have one and assuming it is mkfs.fat -F32 /dev/sda2 @end example -Preferably, assign partitions a label so that you can easily and +Preferably, assign file system 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. So, assuming the target root @@ -8099,7 +8099,7 @@ mkfs.ext4 -L my-root /dev/mapper/my-partition Once that is done, mount the target root partition under @file{/mnt} with a command like (again, assuming @code{my-root} is the label of the -root partition): +root file system): @example mount LABEL=my-root /mnt -- 2.15.0