Details on this package are located in Section 10.52.3, “Contents of Util-linux-ng.”
The Util-linux-ng package contains miscellaneous utility programs. Among them are utilities for handling file systems, consoles, partitions, and messages.
Prepare Util-linux-ng for compilation:
./configure --prefix=/tools \
--build=${CLFS_HOST} --host=${CLFS_TARGET}Compile the package:
make -C disk-utils mkfs.minix fsck.minix make -C mount mount umount make -C text-utils more
Install the package:
cp -v mount/{,u}mount text-utils/more /tools/bin
cp -v disk-utils/{fsck,mkfs}.minix /tools/sbinDetails on this package are located in Section 10.52.3, “Contents of Util-linux-ng.”