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: LDFLAGS="-static" ./configure && make -C lib && make -C mount mount umount && cp mount/{mount,umount} $LFS/static/bin