Hi,
Hint
http://www.linuxfromscratch.org/hints/downloads/files/more_control_and_pkg_man.txt
needs a little correction i think.
In section '6. Pre-Chroot Phase (Chapter 5)' informations about su and
coreutils are outdated. From about year coreutils dont provide su.
Program su is now in package shadow in LFS Book.
After install all packages from Chapter 5 i suggest to install
additionaly package shadow with instructions from Chapter 6 (without 'mv
-v /usr/bin/passwd /bin' and configuration)
I modify only 'configure' switches. They should be:
./configure --prefix=/tools --sysconfdir=/tools/etc
Next in Chapter 6 after chroot and before install first package some
files related to shadow must be copied:
cp -r /tools/etc/default/ /etc/
cp /tools/etc/{limits,login.access,login.defs} /etc/
--
Pozdrawiam,
Tomasz Sekściński
--
http://linuxfromscratch.org/mailman/listinfo/hints
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page