%general-entities; ]> Util-linux-&util-linux-version; Util-linux tools &buildtime; 0.2 SBU &diskspace; 16 MB Installation of Util-linux Util-linux has issues with the Linux 2.6 kernel series - fix these issues by applying the following patch: patch -Np1 -i ../util-linux-&util-linux-version;-kernel-headers-1.patch Util-linux doesn't use the freshly installed headers and libraries from the /tools directory. This is fixed by altering the configure script: sed -i "s@/usr/include@/tools/include@g" configure Prepare Util-linux for compilation: ./configure Compile some support routines: make -C lib Since you'll only need 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 /tools/bin The details on this package are found in .