doc: Tweak LVM-related info.
* doc/guix.texi (Limitations): Remove LVM support. (Mapped Devices): Add link the to LVM web site. Tweak wording.
This commit is contained in:
parent
a9a2fdaabc
commit
c350a99bea
1 changed files with 5 additions and 5 deletions
|
@ -1954,9 +1954,6 @@ Nevertheless, before you proceed with the installation, be aware of the
|
||||||
following noteworthy limitations applicable to version @value{VERSION}:
|
following noteworthy limitations applicable to version @value{VERSION}:
|
||||||
|
|
||||||
@itemize
|
@itemize
|
||||||
@item
|
|
||||||
Support for the Logical Volume Manager (LVM) is missing.
|
|
||||||
|
|
||||||
@item
|
@item
|
||||||
More and more system services are provided (@pxref{Services}), but some
|
More and more system services are provided (@pxref{Services}), but some
|
||||||
may be missing.
|
may be missing.
|
||||||
|
@ -13806,9 +13803,12 @@ module for the appropriate RAID level to be loaded, such as @code{raid456}
|
||||||
for RAID-4, RAID-5 or RAID-6, or @code{raid10} for RAID-10.
|
for RAID-4, RAID-5 or RAID-6, or @code{raid10} for RAID-10.
|
||||||
@end defvr
|
@end defvr
|
||||||
|
|
||||||
|
@cindex LVM, logical volume manager
|
||||||
@defvr {Scheme Variable} lvm-device-mapping
|
@defvr {Scheme Variable} lvm-device-mapping
|
||||||
This defines LVM logical volume(s). Volume group is activated by
|
This defines one or more logical volumes for the Linux
|
||||||
@command{vgchange} command from the package @code{lvm2}.
|
@uref{https://www.sourceware.org/lvm2/, Logical Volume Manager (LVM)}.
|
||||||
|
The volume group is activated by the @command{vgchange} command from the
|
||||||
|
@code{lvm2} package.
|
||||||
@end defvr
|
@end defvr
|
||||||
|
|
||||||
@cindex disk encryption
|
@cindex disk encryption
|
||||||
|
|
Reference in a new issue