Changeset 76b06f6 for BOOK/boot/64


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

Prepare for CLFS-2.0.0 release.

Location:
BOOK/boot/64
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/64/grub-build.xml

    r111b12a r76b06f6  
    2626    href="../../final-system/x86/grub.xml"
    2727    xpointer="xpointer(//*[@os='n1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/x86/grub.xml"
    31     xpointer="xpointer(//*[@os='s1'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/x86/grub.xml"
    35     xpointer="xpointer(//*[@os='s2'])"/>
    3628
    3729    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/64/shadow.xml

    r111b12a r76b06f6  
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3434    href="../common/shadow.xml"
     35    xpointer="xpointer(//*[@os='t1'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     38    href="../common/shadow.xml"
     39    xpointer="xpointer(//*[@os='t2'])"/>
     40
     41    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     42    href="../common/shadow.xml"
    3543    xpointer="xpointer(//*[@os='d'])"/>
    3644
    3745<screen os="e"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    38     --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc</userinput></screen>
     46    --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc \
     47    --cache-file=config.cache</userinput></screen>
    3948
    4049    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/64/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.