Changeset 1da2a84 for BOOK/boot/common


Ignore:
Timestamp:
Sep 14, 2008, 11:30:14 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e8e6c4e
Parents:
9d32016
Message:

Checked and Updated Download Locations.
Updated Tree to 1.5.2.1.
Updated Util-Linux-NG to 2.14.1.
Updated TCL to 8.5.4.
Updated E2fsprogs to 1.41.1.
Updated M4 to 1.4.11.
Updated Kbd to 1.14.
Updated Bzip2 to 1.0.5.
Updated Autoconf to 2.63.
Updated Findutils to 4.4.0.
Updated Man-Pages to 3.09.
Updated Man to 1.6f.
Updated Shadow to 4.1.2.1.
Updated IPRoute2 to 2.6.26.
Updated Libtool to 2.2.6a.
Updated Module-Init-Tools to 3.4.1.
Updated Texinfo to 4.12.
Updated Vim to 7.2.
Updated MPFR to 2.3.2.
Updated Udev to 128.
Updated Linux to 2.6.26.5.
Applied fixes to Expect to make it compatible with TCL 8.5.
Add -Duseshrplib to the perl configure command. This causes perl to build a shared libperl.
Formatting fixes on multiple pages.
Use a Common inittab across all architectures.
Updated Bootscripts to 1.2-pre1.

Location:
BOOK/boot/common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/e2fsprogs.xml

    r9d32016 r1da2a84  
    2222  <sect2 role="installation">
    2323    <title>Installation of E2fsprogs</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../../final-system/common/e2fsprogs.xml"
     27    xpointer="xpointer(//*[@os='s1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/common/e2fsprogs.xml"
     31    xpointer="xpointer(//*[@os='s2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/common/sysvinit.xml

    r9d32016 r1da2a84  
    6060    </indexterm>
    6161
    62     <para os="ae">Create a new file <filename>${CLFS}/etc/inittab</filename> by
    63     running the following:</para>
     62    <para>Create a new file <filename>/etc/inittab</filename> by running the
     63    following:</para>
    6464
    65 <screen os="af"><userinput>cat &gt; ${CLFS}/etc/inittab &lt;&lt; "EOF"
     65<screen><userinput>cat &gt; /etc/inittab &lt;&lt; "EOF"
    6666<literal># Begin /etc/inittab
    6767
     
    8181
    8282su:S016:once:/sbin/sulogin
     83</literal>
     84EOF</userinput></screen>
    8385
    84 1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600
     86    <para>The following command adds the standard virtual terminals to
     87    <filename>/etc/inittab</filename>. If your system only has a serial
     88    console skip the following command:</para>
     89
     90<screen><userinput>cat &gt;&gt; /etc/inittab &lt;&lt; "EOF"
     91<literal>1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600
    85922:2345:respawn:/sbin/agetty -I '\033(K' tty2 9600
    86933:2345:respawn:/sbin/agetty -I '\033(K' tty3 9600
     
    88955:2345:respawn:/sbin/agetty -I '\033(K' tty5 9600
    89966:2345:respawn:/sbin/agetty -I '\033(K' tty6 9600
     97</literal>
     98EOF</userinput></screen>
    9099
    91 # End /etc/inittab</literal>
     100    <para>If your system has a serial console run the following command to add
     101    the entry to <filename>/etc/inittab</filename>.</para>
     102
     103<screen><userinput>cat &gt;&gt; /etc/inittab &lt;&lt; "EOF"
     104<literal>c0:12345:respawn:/sbin/agetty 115200 ttyS0 vt100
     105</literal>
     106EOF</userinput></screen>
     107
     108   <para>Finally, Add the end line to <filename>/etc/inittab</filename>.</para>
     109
     110<screen><userinput>cat &gt;&gt; /etc/inittab &lt;&lt; "EOF"
     111<literal># End /etc/inittab</literal>
    92112EOF</userinput></screen>
    93113
  • BOOK/boot/common/udev.xml

    r9d32016 r1da2a84  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" CC="${CC}" LD="${CC}"</userinput></screen>
     29<screen os="b"><userinput>./configure --prefix=/usr \
     30    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     31    --exec-prefix= --sysconfdir=/etc</userinput></screen>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../../final-system/common/udev.xml"
     35    xpointer="xpointer(//*[@os='c'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../../final-system/common/udev.xml"
     39    xpointer="xpointer(//*[@os='d'])"/>
    3040
    3141    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3343    xpointer="xpointer(//*[@os='g'])"/>
    3444
    35 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     45    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     46    href="../../final-system/common/udev.xml"
     47    xpointer="xpointer(//*[@os='h'])"/>
     48
     49    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     50    href="../../final-system/common/udev.xml"
     51    xpointer="xpointer(//*[@os='i'])"/>
     52
     53<screen os="j"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    3654
    3755  </sect2>
Note: See TracChangeset for help on using the changeset viewer.