8.3. Util-linux-ng-2.14

The Util-linux-ng package contains miscellaneous utility programs. Among them are utilities for handling file systems, consoles, partitions, and messages.

8.3.1. Installation of Util-linux-ng

Prepare Util-linux-ng for compilation:

./configure --prefix=/tools \
    --build=${CLFS_HOST} --host=${CLFS_TARGET}

Compile the package:

make -C mount mount umount
make -C text-utils more

Install the package:

cp -v mount/{,u}mount text-utils/more /tools/bin

Details on this package are located in Section 10.52.3, “Contents of Util-linux-ng.”