749b2589ea
Useful for for-build scripts to call parted, eg. to generate partition tables and such automatically. Since the primary goal is to use parted within scripts, we do not need readline, so it is forcibly disabled. Also, it does look unlikely that we need to manipulate LVM volumes, so we forcibly disable support for the device-mapper. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
config BR2_PACKAGE_HOST_PARTED
|
|
bool "host parted"
|
|
help
|
|
parted, the GNU partition resizing program
|
|
|
|
http://www.gnu.org/software/parted/
|