Installation of Util-linux
Prepare Util-linux for compilation:
./configure
Compile some support routines:
make -C lib
And, since you'll need only a couple of the utilities contained in this
package, build just those:
make -C mount mount umount
make -C text-utils more
Now copy these programs to the temporary tools directory:
cp mount/{,u}mount text-utils/more /stage1/bin