8.2. Util-linux-ng-2.16.1

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

8.2.1. Installation of Util-linux-ng

Prepare Util-linux-ng for compilation:

CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    --disable-makeinstall-chown

Compile the package:

make

Install the package:

make install

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