The Parted package is a disk partitioning and partition resizing tool.
This package is known to build and work properly using an LFS-7.1 platform.
Download (HTTP): http://ftp.gnu.org/gnu/parted/parted-3.1.tar.xz
Download MD5 sum: 5d89d64d94bcfefa9ce8f59f4b81bdcb
Download size: 1.5 MB
Estimated disk space required: 38 MB
Estimated build time: 0.5 SBU
lvm-2.02.88 (device-mapper, required if building udisks)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/parted
Install Parted by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root user:
make install
--disable-static: This switch prevents
installation of static versions of the libraries.
--disable-device-mapper: This option
disables device mapper support. Add this parameter if you have not
installed LVM2.
Last updated on 2012-05-05 15:59:49 +0000