| 1 | <?xml version="1.0" encoding="ISO-8859-1"?> | 
|---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" | 
|---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ | 
|---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent"> | 
|---|
| 5 | %general-entities; | 
|---|
| 6 | ]> | 
|---|
| 7 |  | 
|---|
| 8 | <sect1 id="ch-chroot-createfiles"> | 
|---|
| 9 | <?dbhtml filename="createfiles.html"?> | 
|---|
| 10 |  | 
|---|
| 11 | <title>Creating Essential Symlinks</title> | 
|---|
| 12 |  | 
|---|
| 13 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 14 | href="../../boot/common/createfiles.xml" | 
|---|
| 15 | xpointer="xpointer(//*[@os='a'])"/> | 
|---|
| 16 |  | 
|---|
| 17 | <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,stty} /bin | 
|---|
| 18 | ln -sv /tools/bin/file /usr/bin | 
|---|
| 19 | ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib | 
|---|
| 20 | ln -sv /tools/lib/libstdc++.so{.6,} /usr/lib | 
|---|
| 21 | sed -e 's/tools/usr/' /tools/lib/libstdc++.la > /usr/lib/libstdc++.la | 
|---|
| 22 | ln -sv bash /bin/sh</userinput></screen> | 
|---|
| 23 |  | 
|---|
| 24 | <variablelist os="c"> | 
|---|
| 25 | <title>The purpose of each link:</title> | 
|---|
| 26 |  | 
|---|
| 27 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 28 | href="../../boot/common/createfiles.xml" | 
|---|
| 29 | xpointer="xpointer(//*[@os='c1'])"/> | 
|---|
| 30 |  | 
|---|
| 31 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 32 | href="../../boot/common/createfiles.xml" | 
|---|
| 33 | xpointer="xpointer(//*[@os='c2'])"/> | 
|---|
| 34 |  | 
|---|
| 35 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 36 | href="../../boot/common/createfiles.xml" | 
|---|
| 37 | xpointer="xpointer(//*[@os='c3'])"/> | 
|---|
| 38 |  | 
|---|
| 39 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 40 | href="../../boot/common/createfiles.xml" | 
|---|
| 41 | xpointer="xpointer(//*[@os='c4'])"/> | 
|---|
| 42 |  | 
|---|
| 43 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 44 | href="../../boot/common/createfiles.xml" | 
|---|
| 45 | xpointer="xpointer(//*[@os='c6'])"/> | 
|---|
| 46 |  | 
|---|
| 47 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 48 | href="../../boot/common/createfiles.xml" | 
|---|
| 49 | xpointer="xpointer(//*[@os='c7'])"/> | 
|---|
| 50 |  | 
|---|
| 51 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 52 | href="../../boot/common/createfiles.xml" | 
|---|
| 53 | xpointer="xpointer(//*[@os='c8'])"/> | 
|---|
| 54 |  | 
|---|
| 55 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 56 | href="../../boot/common/createfiles.xml" | 
|---|
| 57 | xpointer="xpointer(//*[@os='c9'])"/> | 
|---|
| 58 |  | 
|---|
| 59 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 60 | href="../../boot/common/createfiles.xml" | 
|---|
| 61 | xpointer="xpointer(//*[@os='c10'])"/> | 
|---|
| 62 |  | 
|---|
| 63 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 64 | href="../../boot/common/createfiles.xml" | 
|---|
| 65 | xpointer="xpointer(//*[@os='c11'])"/> | 
|---|
| 66 |  | 
|---|
| 67 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 68 | href="../../boot/common/createfiles.xml" | 
|---|
| 69 | xpointer="xpointer(//*[@os='c12'])"/> | 
|---|
| 70 |  | 
|---|
| 71 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 72 | href="../../boot/common/createfiles.xml" | 
|---|
| 73 | xpointer="xpointer(//*[@os='c13'])"/> | 
|---|
| 74 |  | 
|---|
| 75 | </variablelist> | 
|---|
| 76 |  | 
|---|
| 77 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 78 | href="../../boot/common/createfiles.xml" | 
|---|
| 79 | xpointer="xpointer(//*[@os='d'])"/> | 
|---|
| 80 |  | 
|---|
| 81 | <screen os="e"><userinput>ln -sv /proc/self/mounts /etc/mtab</userinput></screen> | 
|---|
| 82 |  | 
|---|
| 83 | </sect1> | 
|---|