Changeset 6069286
- Timestamp:
- Feb 21, 2006, 1:21:43 AM (19 years ago)
- Children:
- 40c1b5b
- Parents:
- d7b4b72
- Files:
-
- 1 deleted
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
chroot/common/util-linux.xml
rd7b4b72 r6069286 42 42 xpointer="xpointer(//*[@os='c'])"/> 43 43 44 <screen ><userinput>./configure</userinput></screen>44 <screen os="cb"><userinput>./configure</userinput></screen> 45 45 46 <para os="c b">Compile some support routines:</para>46 <para os="cc">Compile some support routines:</para> 47 47 48 48 <screen os="cd"><userinput>make ARCH="" CPU="" -C lib</userinput></screen> -
chroot/mips/creatingdirs.xml
rd7b4b72 r6069286 35 35 install -d /opt/{lib,man/man{1,2,3,4,5,6,7,8}}</userinput></screen> 36 36 37 <para >These entries are needed for the RaQ2 bootloader. Only use these37 <para os="m1">These entries are needed for the RaQ2 bootloader. Only use these 38 38 if you are utilizing the Colo bootloader:</para> 39 39 40 <screen ><userinput>cd /boot40 <screen os="m2"><userinput>cd /boot 41 41 ln -sf . boot</userinput></screen> 42 42 -
chroot/mips64-64-chapter.xml
rd7b4b72 r6069286 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" 64/util-linux.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/util-linux.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/kernfs.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chroot.xml"/> -
chroot/mips64/creatingdirs.xml
rd7b4b72 r6069286 38 38 ln -s ../lib/locale /usr/lib64</userinput></screen> 39 39 40 <para>These entries are needed for the RaQ2 bootloader. Only use these 41 if you are utilizing the Colo bootloader:</para> 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 href="../mips/creatingdirs.xml" 42 xpointer="xpointer(//*[@os='m1'])"/> 42 43 43 <screen><userinput>cd /boot 44 ln -sf . boot</userinput></screen> 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../mips/creatingdirs.xml" 46 xpointer="xpointer(//*[@os='m2'])"/> 45 47 46 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
chroot/multilib/util-linux.xml
rd7b4b72 r6069286 35 35 xpointer="xpointer(//*[@os='c'])"/> 36 36 37 <screen ><userinput>CC="${CC} ${BUILD64}" ./configure</userinput></screen>37 <screen os="cb"><userinput>CC="${CC} ${BUILD64}" ./configure</userinput></screen> 38 38 39 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 40 40 href="../common/util-linux.xml" 41 xpointer="xpointer(//*[@os='c b'])"/>41 xpointer="xpointer(//*[@os='cc'])"/> 42 42 43 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
chroot/sparc64-64-chapter.xml
rd7b4b72 r6069286 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" 64/util-linux.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/util-linux.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/kernfs.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chroot.xml"/> -
chroot/x86_64-64-chapter.xml
rd7b4b72 r6069286 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" 64/util-linux.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/util-linux.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/kernfs.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chroot.xml"/> -
introduction/common/changelog.xml
rd7b4b72 r6069286 38 38 39 39 <listitem> 40 <para>November 28 2005</para> 40 <para>November 29, 2005</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jim] - Text updates to chroot.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 49 <para>November 28, 2005</para> 41 50 <itemizedlist> 42 51 <listitem> … … 53 62 54 63 <listitem> 55 <para>November 27 2005</para>64 <para>November 27, 2005</para> 56 65 <itemizedlist> 57 66 <listitem> … … 65 74 66 75 <listitem> 67 <para>November 25 2005</para>76 <para>November 25, 2005</para> 68 77 <itemizedlist> 69 78 <listitem> … … 74 83 75 84 <listitem> 76 <para>November 24 2005</para>85 <para>November 24, 2005</para> 77 86 <itemizedlist> 78 87 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.