mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: Add more newline.
* doc/guix.texi (partition Reference): Enumerate one list per paragraph. Change-Id: I939a73fa8a3e5063e2d9441d7a64cc4a41862abd
This commit is contained in:
parent
fd863f0385
commit
b5fc642ae6
1 changed files with 7 additions and 4 deletions
|
@ -47901,10 +47901,13 @@ the previous partition end. It defaults to @code{0} which means that
|
|||
there is no offset applied.
|
||||
|
||||
@item @code{file-system} (default: @code{"ext4"})
|
||||
The partition file system as a string, defaulting to @code{"ext4"}. The
|
||||
supported values are @code{"vfat"}, @code{"fat16"}, @code{"fat32"} and
|
||||
@code{"ext4"}. @code{"vfat"}, @code{"fat16"} and @code{"fat32"}
|
||||
partitions without the @code{'esp} flag are by default LBA compatible.
|
||||
The partition file system as a string, defaulting to @code{"ext4"}.
|
||||
|
||||
The supported values are @code{"vfat"}, @code{"fat16"}, @code{"fat32"},
|
||||
and @code{"ext4"}.
|
||||
|
||||
@code{"vfat"}, @code{"fat16"}, and @code{"fat32"} partitions without the
|
||||
@code{'esp} flag are by default LBA compatible.
|
||||
|
||||
@item @code{file-system-options} (default: @code{'()})
|
||||
The partition file system creation options that should be passed to the
|
||||
|
|
Loading…
Reference in a new issue