Creating the /bin/sh symlink
Some programs hard-wire paths that don't exist yet. The only one
which may cause us trouble is /bin/sh.
We therefore create this for the time being and replace it
properly when the bash package is (re)installed.
Create the /bin/sh symlink by running the following commands:
ln -s /static/bin/bash /bin/sh