diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-25 20:13:24 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-25 20:13:24 +0000 |
commit | b7d92cff1bdabfc5ffe22206b867b1a528d3705f (patch) | |
tree | c4e3120e15863682f65c5c4d821cdb6183c1331a | |
parent | 4d1bd7490e137641d689c2d433a61260d6057b56 (diff) |
[Bug 129] move chroot to /usr/sbin
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1038 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/shellutils-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ <userinput>make install &&</userinput> <userinput>cd /usr/bin &&</userinput> <userinput>mv -f date echo false pwd stty /bin &&</userinput> -<userinput>mv -f su true uname hostname /bin</userinput></screen></para> +<userinput>mv -f su true uname hostname /bin &&</userinput> +<userinput>mv -f chroot ../sbin</userinput></screen></para> </sect2> |