Changeset 76b06f6 for BOOK/boot/common


Ignore:
Timestamp:
Sep 24, 2013, 11:53:17 AM (12 years ago)
Author:
William Harrington <kb0iic@…>
Children:
2e9ccbe
Parents:
111b12a
Message:

Prepare for CLFS-2.0.0 release.

Location:
BOOK/boot/common
Files:
1 added
1 deleted
6 edited

Legend:

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

    r111b12a r76b06f6  
    3232devpts         /dev/pts     devpts gid=&gid-tty;,mode=620   0     0
    3333shm            /dev/shm     tmpfs  defaults         0     0
    34 tmpfs          /run         tmpfs  defaults         0     0
    35 devtmpfs       /dev         devtmpfs mode=0755,nosuid 0     0
     34tmpfs          /run            tmpfs       defaults         0     0
     35devtmpfs       /dev            devtmpfs    mode=0755,nosuid 0     0
    3636
    3737# End /etc/fstab</literal>
  • BOOK/boot/common/kmod.xml

    r111b12a r76b06f6  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" liblzma_LIBS="-L/tools/lib -llzma" \
    30 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \
    31 ./configure --prefix=/tools --bindir=/bin \
    32     --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib \
    33     --disable-manpages</userinput></screen>
     29<screen os="b"><userinput>./configure --prefix=/tools --bindir=/bin \
     30    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3431
    3532    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/common/pwdgroup.xml

    r111b12a r76b06f6  
    190190
    191191  <para os="e">The created groups are not part of any standard&mdash;they are
    192   groups decided on in part by the requirements of the Eudev configuration
     192  groups decided on in part by the requirements of the Udev configuration
    193193  in the final system, and in part by common convention employed by a
    194194  number of existing Linux distributions. The Linux Standard Base (LSB,
  • BOOK/boot/common/shadow.xml

    r111b12a r76b06f6  
    2929sed -e 's/groups$(EXEEXT) //' src/Makefile.in.orig > src/Makefile.in</userinput></screen>
    3030
     31    <para os="t1">The following cache entries set the values for tests that do
     32    not run while cross-compiling:</para>
     33
     34<screen os="t2"><userinput>echo "ac_cv_func_setpgrp_void=yes" &gt; config.cache</userinput></screen>
     35
    3136    <para os="d">Prepare Shadow for compilation:</para>
    3237
    3338<screen os="e"><userinput>./configure --prefix=/tools \
    34     --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc</userinput></screen>
     39    --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc \
     40    --cache-file=config.cache</userinput></screen>
    3541
    3642<para os="f">The meaning of the configure options:</para>
  • BOOK/boot/common/sysvinit.xml

    r111b12a r76b06f6  
    8686
    8787<screen><userinput>cat &gt;&gt; ${CLFS}/etc/inittab &lt;&lt; "EOF"
    88 <literal>1:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty1 9600
    89 2:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty2 9600
    90 3:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty3 9600
    91 4:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty4 9600
    92 5:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty5 9600
    93 6:2345:respawn:/sbin/agetty --noclear -I '\033(K' tty6 9600
     88<literal>1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600
     892:2345:respawn:/sbin/agetty -I '\033(K' tty2 9600
     903:2345:respawn:/sbin/agetty -I '\033(K' tty3 9600
     914:2345:respawn:/sbin/agetty -I '\033(K' tty4 9600
     925:2345:respawn:/sbin/agetty -I '\033(K' tty5 9600
     936:2345:respawn:/sbin/agetty -I '\033(K' tty6 9600
    9494</literal>
    9595EOF</userinput></screen>
     
    9999
    100100<screen><userinput>cat &gt;&gt; ${CLFS}/etc/inittab &lt;&lt; "EOF"
    101 <literal>c0:12345:respawn:/sbin/agetty --noclear 115200 ttyS0 vt100
     101<literal>c0:12345:respawn:/sbin/agetty 115200 ttyS0 vt100
    102102</literal>
    103103EOF</userinput></screen>
  • BOOK/boot/common/util-linux.xml

    r111b12a r76b06f6  
    3030  ./configure --prefix=/tools --exec-prefix=/tools \
    3131    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    32     --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>
     32    --disable-makeinstall-chown --disable-login --disable-su \
     33    --config-cache</userinput></screen>
    3334
    3435    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.