diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-11-13 22:31:27 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-11-13 22:31:27 +0000 |
commit | d32239446ba4bfb4f259cf7cef7626cae2283c34 (patch) | |
tree | 6857e1b0b2a81e27305f34ab5fae04d298ad5331 /chapter06/createfiles.xml | |
parent | cfabeeda7b517f8b7a202113d4c3c645c81579af (diff) |
Moving most of chapter 6 intermezzos into a single file.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3081 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/createfiles.xml')
-rw-r--r-- | chapter06/createfiles.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml deleted file mode 100644 index 8e6069ca6..000000000 --- a/chapter06/createfiles.xml +++ /dev/null @@ -1,16 +0,0 @@ -<sect1 id="ch06-createfiles"> -<title>Creating essential symlinks</title> -<?dbhtml filename="createfiles.html" dir="chapter06"?> - -<para>Some programs hard-wire paths to programs which don't exist yet. In -order to satisfy these programs, we create a number of symbolic links which -will be replaced by real files throughout the course of this chapter when -we're installing all the software.</para> - -<screen><userinput>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</userinput></screen> - -</sect1> - |