aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/shellutils-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-02-10 15:36:19 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-02-10 15:36:19 +0000
commit9d12a8a4e9b2f87df072443ecb93b552e9ac519d (patch)
treedd617b25c4f99baf8455fd5c18e235f1e1a4fd9b /chapter06/shellutils-inst.xml
parent5af17b8d063e0efdede14264c8233cc9c10c8426 (diff)
Moved additional programs to the ($LFS)/bin directory that are used by the
bootscripts git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1553 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shellutils-inst.xml')
-rw-r--r--chapter06/shellutils-inst.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/shellutils-inst.xml b/chapter06/shellutils-inst.xml
index cd1f44b26..3003c052d 100644
--- a/chapter06/shellutils-inst.xml
+++ b/chapter06/shellutils-inst.xml
@@ -7,8 +7,8 @@
make &amp;&amp;
make install &amp;&amp;
cd /usr/bin &amp;&amp;
-mv date echo false pwd stty /bin &amp;&amp;
-mv su true uname hostname /bin &amp;&amp;
+mv basename date echo false hostname /bin &amp;&amp;
+mv pwd sleep stty su test true uname /bin &amp;&amp;
mv chroot ../sbin</userinput></screen></para>
</sect2>
@@ -23,7 +23,8 @@ are built into the bash interpreter, but the FHS dictates that there should be a
<filename>[</filename> binary. We create that in this way, while still in the
<filename>/usr/bin</filename> directory:</para>
-<para><screen><userinput>ln -sf test [</userinput></screen></para>
+<para><screen><userinput>cd /bin &amp;&amp;
+ln -sf test [</userinput></screen></para>
</sect2>