Installation of Util-linux
We only need the mount and umount programs at the moment, so we won't
be compiling the entire package.
Install Util-linux by running the following commands:
./configure &&
make -C lib &&
make -C mount LDFLAGS=-static mount umount &&
cp mount/{mount,umount} $LFS/static/bin