createfiles.xml 550 B

123456789101112131415
  1. <sect1 id="ch06-createfiles">
  2. <title>Creating the /bin/sh symlink</title>
  3. <?dbhtml filename="createfiles.html" dir="chapter06"?>
  4. <para>Some programs hard-wire paths that don't exist yet. The only one
  5. which may cause us trouble is <filename>/bin/sh</filename>.
  6. We therefore create this for the time being and replace it
  7. properly when the bash package is (re)installed.</para>
  8. <para>Create the /bin/sh symlink by running the following commands:</para>
  9. <para><screen><userinput>ln -s /static/bin/bash /bin/sh</userinput></screen></para>
  10. </sect1>