From b7d92cff1bdabfc5ffe22206b867b1a528d3705f Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sat, 25 Aug 2001 20:13:24 +0000 Subject: [Bug 129] move chroot to /usr/sbin git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1038 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/shellutils-inst.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapter06/shellutils-inst.xml b/chapter06/shellutils-inst.xml index 4c4a5255d..d47c7ed23 100644 --- a/chapter06/shellutils-inst.xml +++ b/chapter06/shellutils-inst.xml @@ -8,7 +8,8 @@ make install && cd /usr/bin && mv -f date echo false pwd stty /bin && -mv -f su true uname hostname /bin +mv -f su true uname hostname /bin && +mv -f chroot ../sbin -- cgit v1.2.3-54-g00ecf