From 02b095a133f8e59e19fc8b0a3c7d5e99e0fc497b Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 17 Feb 2002 20:15:05 +0000 Subject: [PATCH] noted dep update added mv chroot ../sbin to chap5-shutils git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1633 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 7 +++++++ chapter05/shellutils-inst.xml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b2cc15c6f..60b13ad3f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,6 +6,13 @@ +February 17th, 2002 [gerard]: Chapter 05 - Sh-utils: Added +the command again that moves $LFS/usr/bin/chroot to +$LFS/usr/sbin + +February 17th, 2002 [gerard] Updated dependencies for all +packages. + February 15th, 2002 [gerard] Chapter 01: Added a new mirror to the list located in The Netherlands (www.nl and ftp.nl). diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml index 03fb55e39..58fdd632f 100644 --- a/chapter05/shellutils-inst.xml +++ b/chapter05/shellutils-inst.xml @@ -19,7 +19,7 @@ make LDFLAGS=-static && make install && cd $LFS/usr/bin && mv basename date echo false hostname $LFS/bin && -mv pwd sleep stty test true uname $LFS/bin - +mv pwd sleep stty test true uname $LFS/bin && +mv chroot ../sbin