Installation of Util-linux
Prepare Util-linux to be compiled:
LDFLAGS="-static" ./configure
Begin compiling the package:
make -C lib
We only need the mount and
umount programs at the moment, so we won't be
compiling the entire package. Compile these two programs by issuing
the following command:
make -C mount mount umount
Finish installing these two programs:
cp mount/{mount,umount} $LFS/static/bin