aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-08-25 20:13:24 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-08-25 20:13:24 +0000
commitb7d92cff1bdabfc5ffe22206b867b1a528d3705f (patch)
treec4e3120e15863682f65c5c4d821cdb6183c1331a
parent4d1bd7490e137641d689c2d433a61260d6057b56 (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.xml3
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 &amp;&amp;</userinput>
<userinput>cd /usr/bin &amp;&amp;</userinput>
<userinput>mv -f date echo false pwd stty /bin &amp;&amp;</userinput>
-<userinput>mv -f su true uname hostname /bin</userinput></screen></para>
+<userinput>mv -f su true uname hostname /bin &amp;&amp;</userinput>
+<userinput>mv -f chroot ../sbin</userinput></screen></para>
</sect2>