Changeset 2d9525f for boot


Ignore:
Timestamp:
Sep 10, 2006, 9:23:13 PM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
585134c
Parents:
1d0c3c6
Message:

Modified grub instructions to make copy commands more generic

Location:
boot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boot/x86/grub-build.xml

    r1d0c3c6 r2d9525f  
    5656<screen os="ab"><userinput>make DESTDIR=${CLFS} install
    5757mkdir -v ${CLFS}/boot/grub
    58 cp -v ${CLFS}/usr/lib/grub/i386-pc/stage{1,2} ${CLFS}/boot/grub</userinput></screen>
     58cp -v ${CLFS}/usr/lib/grub/*/stage{1,2} ${CLFS}/boot/grub</userinput></screen>
    5959
    6060    <para os="ac">The <filename class="directory">i386-pc</filename> directory
  • boot/x86_64/grub-build.xml

    r1d0c3c6 r2d9525f  
    6262    xpointer="xpointer(//*[@os='f'])"/>
    6363
    64 <screen os="ab"><userinput>make DESTDIR=${CLFS} install
    65 mkdir -v ${CLFS}/boot/grub
    66 cp -v ${CLFS}/usr/lib/grub/x86_64-pc/stage{1,2} ${CLFS}/boot/grub</userinput></screen>
     64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     65    href="../x86/grub-build.xml"
     66    xpointer="xpointer(//*[@os='ab'])"/>
    6767
    68     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    69     href="../../final-system/x86_64/grub.xml"
    70     xpointer="xpointer(//*[@os='i'])"/>
    71 
    72     <para os="j">The <filename class="directory">x86_64-pc</filename>
     68    <para os="h">The <filename class="directory">x86_64-pc</filename>
    7369    directory contains a number of <filename>*stage1_5</filename>
    7470    files, different ones for different file systems. Review the files
Note: See TracChangeset for help on using the changeset viewer.