diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-06-24 02:46:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-06-24 02:46:31 +0000 |
commit | a8a6587d1b6bd17e8aceff319f2ae6a177dd29d3 (patch) | |
tree | 8f05607ca3fb79508763a49cdbf28adc86aac7a7 /package/lvm2/Config.in | |
parent | 491b44e86a8d85823364447eb26a51a48cab6f84 (diff) | |
download | buildroot-novena-a8a6587d1b6bd17e8aceff319f2ae6a177dd29d3.tar.gz buildroot-novena-a8a6587d1b6bd17e8aceff319f2ae6a177dd29d3.zip |
This patch adds package configuration files for the LVM2 tools and its
dependency, device-mapper. This will provide the basic tools needed to work
with LVM2 volumes on the target system.
http://bugs.busybox.net/view.php?id=183
Diffstat (limited to 'package/lvm2/Config.in')
-rw-r--r-- | package/lvm2/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/lvm2/Config.in b/package/lvm2/Config.in new file mode 100644 index 000000000..0e1e0b32a --- /dev/null +++ b/package/lvm2/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_LVM2 + bool "lvm2" + default n + select BR2_PACKAGE_DM + help + LVM2 refers to a new userspace toolset that provide logical + volume management facilities on linux. It is reasonably backwards- + compatible with the original LVM toolset. |