mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
doc: Recommend partition labels.
* doc/guix.texi (System Installation): Recommend partition labels.
This commit is contained in:
parent
47b73c34f0
commit
7ab44369b3
1 changed files with 5 additions and 0 deletions
|
@ -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
|
Unless this has already been done, you must partition and format the
|
||||||
target partitions.
|
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
|
The installation image includes Parted (@pxref{Overview,,, parted, GNU
|
||||||
Parted User Manual}), @command{fdisk}, and e2fsprogs, the suite of tools
|
Parted User Manual}), @command{fdisk}, and e2fsprogs, the suite of tools
|
||||||
to manipulate ext2/ext3/ext4 file systems.
|
to manipulate ext2/ext3/ext4 file systems.
|
||||||
|
|
Loading…
Reference in a new issue