From 12d9bda6631a651700b46d94f27cd61c30192040 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 4 Sep 2012 17:07:19 +0000 Subject: Update to util-linux-2.22 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/util-linux.xml | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 237b2c701..5dc606352 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -50,7 +50,8 @@ following: sed -i -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \ - $(grep -rl '/etc/adjtime' .) + $(grep -rl '/etc/adjtime' .) + mkdir -pv /var/lib/hwclock @@ -58,7 +59,22 @@ mkdir -pv /var/lib/hwclock Installation of Util-linux -./configure +./configure --disable-su --disable-sulogin --disable-login + + + The meaning of the configure option: + + + --disable-* + + These switches disable building su, sulogin, and login. They + duplicate the same programs provided by . They also require Linux-PAM + which is not available in LFS. + + + Compile the package: @@ -92,7 +108,9 @@ mkdir -pv /var/lib/hwclock setarch, setsid, setterm, sfdisk, swaplabel, swapoff (link to swapon), swapon, switch_root, tailf, taskset, tunelp, ul, umount, unshare, uuidd, uuidgen, wall, whereis, wipefs, and x86_64 + libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so} + /usr/include/blkid, /usr/include/libmount, /usr/include/uuid, /usr/share/getopt, /var/lib/hwclock @@ -1018,6 +1036,17 @@ mkdir -pv /var/lib/hwclock + + libmount + + Contains routines for block device mounting and + unmounting + + libmount + + + + libuuid -- cgit v1.2.3-54-g00ecf