mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-02 04:12:00 +00:00
4735209374
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2058 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
16 lines
550 B
XML
16 lines
550 B
XML
<sect1 id="ch06-createfiles">
|
|
<title>Creating the /bin/sh symlink</title>
|
|
<?dbhtml filename="createfiles.html" dir="chapter06"?>
|
|
|
|
<para>Some programs hard-wire paths that don't exist yet. The only one
|
|
which may cause us trouble is <filename>/bin/sh</filename>.
|
|
We therefore create this for the time being and replace it
|
|
properly when the bash package is (re)installed.</para>
|
|
|
|
<para>Create the /bin/sh symlink by running the following commands:</para>
|
|
|
|
<para><screen><userinput>ln -s /static/bin/bash /bin/sh</userinput></screen></para>
|
|
|
|
</sect1>
|
|
|