2002-05-25 01:21:12 +01:00
|
|
|
<sect1 id="ch06-createfiles">
|
2002-08-15 21:36:23 +01:00
|
|
|
<title>Creating the /bin/sh symlink</title>
|
2002-05-25 01:21:12 +01:00
|
|
|
<?dbhtml filename="createfiles.html" dir="chapter06"?>
|
|
|
|
|
2002-08-15 21:36:23 +01:00
|
|
|
<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>
|
2002-05-25 01:21:12 +01:00
|
|
|
|
2002-08-15 21:36:23 +01:00
|
|
|
<para>Create the /bin/sh symlink by running the following commands:</para>
|
2002-05-25 01:21:12 +01:00
|
|
|
|
2002-08-15 21:36:23 +01:00
|
|
|
<para><screen><userinput>ln -s /static/bin/bash /bin/sh</userinput></screen></para>
|
2002-05-25 01:21:12 +01:00
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|