%general-entities; ]> Creating Essential Symlinks Some programs use hard-wired paths to programs which do not yet exist. In order to satisfy these programs, create a number of symbolic links which will be replaced by real files throughout the course of this chapter after the software has been installed. ln -s /tools/bin/{bash,cat,pwd,stty} /bin ln -s /tools/bin/perl /usr/bin ln -s /tools/lib/libgcc_s.so{,.1} /usr/lib ln -s bash /bin/sh