Creating a few missing files A few files need to be created because programs hard-wire paths that don't exist yet. The most frequently ones used are /bin/sh and /dev/null so we'll be creating those for the time being and replace them properly when the file's package is (re)installed. Create the files by running the following commands: ln -s /static/bin/bash /bin/sh && mknod -m 0666 /dev/null c 1 3