summaryrefslogtreecommitdiff
path: root/package/lvm2
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-07-31 09:53:49 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-31 19:09:59 +0200
commite874251c854b50797383a7b2676992af9dbf961e (patch)
treebd7da8e85fa67039c46dd7d5725ee5ae68df1734 /package/lvm2
parenta23a827da17ff1edd71b983aa0ba3dc75a1041f1 (diff)
package/l*: fix wrapping of Config.in help text
The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter l in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lvm2')
-rw-r--r--package/lvm2/Config.in22
1 files changed, 12 insertions, 10 deletions
diff --git a/package/lvm2/Config.in b/package/lvm2/Config.in
index 0f606494ba..32c763978f 100644
--- a/package/lvm2/Config.in
+++ b/package/lvm2/Config.in
@@ -7,17 +7,19 @@ config BR2_PACKAGE_LVM2
depends on !BR2_TOOLCHAIN_USES_MUSL
help
This is LVM2, the rewrite of The Linux Logical Volume Manager.
- LVM supports enterprise level volume management of disk and disk
- subsystems by grouping arbitrary disks into volume groups. The total
- capacity of volume groups can be allocated to logical volumes, which
- are accessed as regular block devices.
+ LVM supports enterprise level volume management of disk and
+ disk subsystems by grouping arbitrary disks into volume
+ groups. The total capacity of volume groups can be allocated
+ to logical volumes, which are accessed as regular block
+ devices.
The Linux Kernel Device Mapper is the LVM
(Linux Logical Volume Management) Team's implementation of a
- minimalistic kernel-space driver that handles volume management,
- while keeping knowledge of the underlying device layout in
- user-space. This makes it useful for not only LVM, but EVMS,
- software raid, and other drivers that create "virtual" block devices.
+ minimalistic kernel-space driver that handles volume
+ management, while keeping knowledge of the underlying device
+ layout in user-space. This makes it useful for not only LVM,
+ but EVMS, software raid, and other drivers that create
+ "virtual" block devices.
http://www.sourceware.org/lvm2/
@@ -27,8 +29,8 @@ config BR2_PACKAGE_LVM2_STANDARD_INSTALL
bool "standard install instead of only dmsetup"
default y if !BR2_PACKAGE_LVM2_DMSETUP_ONLY # legacy 2013.11
help
- Install the standard suite of lvm2 programs. When this option is not
- set, only dmsetup is installed.
+ Install the standard suite of lvm2 programs. When this option
+ is not set, only dmsetup is installed.
config BR2_PACKAGE_LVM2_APP_LIBRARY
bool "install application library"