Changeset 049b249 for boot


Ignore:
Timestamp:
Sep 18, 2006, 8:20:01 AM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
0e7b58e
Parents:
5c36e00
Message:

Changed wording in GRUB installation instructions and changed x86_64 text to use xincludes

Location:
boot
Files:
2 edited

Legend:

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

    r5c36e00 r049b249  
    5858cp -v ${CLFS}/usr/lib/grub/*/stage{1,2} ${CLFS}/boot/grub</userinput></screen>
    5959
    60     <para os="ac">The <filename class="directory">i386-pc</filename> directory
    61     contains a number of <filename>*stage1_5</filename> files, different
    62     ones for different file systems. Review the files available and copy
    63     the appropriate ones to the <filename
     60    <para os="ac">The directory in
     61    <filename class="directory">${CLFS}/usr/lib/grub</filename> (its name
     62    depends on your arch) contains a number of <filename>*stage1_5</filename>
     63    files, different ones for different file systems. Review the files
     64    available and copy the appropriate ones to the <filename
    6465    class="directory">${CLFS}/boot/grub</filename> directory. Most users will
    6566    copy the <filename>e2fs_stage1_5</filename> and/or
  • boot/x86_64/grub-build.xml

    r5c36e00 r049b249  
    6666    xpointer="xpointer(//*[@os='ab'])"/>
    6767
    68     <para os="h">The <filename class="directory">x86_64-pc</filename>
    69     directory contains a number of <filename>*stage1_5</filename>
    70     files, different ones for different file systems. Review the files
    71     available and copy the appropriate ones to the <filename
    72     class="directory">${CLFS}/boot/grub</filename> directory. Most
    73     users will copy the <filename>e2fs_stage1_5</filename> and/or
    74     <filename>reiserfs_stage1_5</filename> files.</para>
     68    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     69    href="../x86/grub-build.xml"
     70    xpointer="xpointer(//*[@os='ac'])"/>
    7571
    7672  </sect2>
Note: See TracChangeset for help on using the changeset viewer.