[3f8be484] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[aa18ac0] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[3f8be484] | 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 |
|
---|
[0060a51] | 13 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 14 | href="../../boot/common/createfiles.xml"
|
---|
| 15 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
[3f8be484] | 16 |
|
---|
[69b40e8] | 17 | <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,stty} /bin
|
---|
[841a982] | 18 | ln -sv /tools/bin/file /usr/bin
|
---|
[de1676e] | 19 | ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib
|
---|
[8e3e941] | 20 | ln -sv /tools/lib/libstdc++.so{.6,} /usr/lib
|
---|
[d3a81ee] | 21 | sed -e 's/tools/usr/' /tools/lib/libstdc++.la > /usr/lib/libstdc++.la
|
---|
[c61d8aa] | 22 | ln -sv bash /bin/sh</userinput></screen>
|
---|
[3f8be484] | 23 |
|
---|
[b925729] | 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 |
|
---|
[0060a51] | 77 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 78 | href="../../boot/common/createfiles.xml"
|
---|
[b925729] | 79 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
[0060a51] | 80 |
|
---|
[b925729] | 81 | <screen os="e"><userinput>ln -sv /proc/self/mounts /etc/mtab</userinput></screen>
|
---|
[0060a51] | 82 |
|
---|
[3f8be484] | 83 | </sect1>
|
---|