Changeset 2d9525f
- Timestamp:
- Sep 10, 2006, 9:23:13 PM (18 years ago)
- Children:
- 585134c
- Parents:
- 1d0c3c6
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/x86/grub-build.xml
r1d0c3c6 r2d9525f 56 56 <screen os="ab"><userinput>make DESTDIR=${CLFS} install 57 57 mkdir -v ${CLFS}/boot/grub 58 cp -v ${CLFS}/usr/lib/grub/ i386-pc/stage{1,2} ${CLFS}/boot/grub</userinput></screen>58 cp -v ${CLFS}/usr/lib/grub/*/stage{1,2} ${CLFS}/boot/grub</userinput></screen> 59 59 60 60 <para os="ac">The <filename class="directory">i386-pc</filename> directory -
boot/x86_64/grub-build.xml
r1d0c3c6 r2d9525f 62 62 xpointer="xpointer(//*[@os='f'])"/> 63 63 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'])"/> 67 67 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> 73 69 directory contains a number of <filename>*stage1_5</filename> 74 70 files, different ones for different file systems. Review the files -
final-system/x86/grub.xml
r1d0c3c6 r2d9525f 54 54 <screen os="g"><userinput>make install 55 55 mkdir -pv /boot/grub 56 cp -v /usr/lib/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen> 57 58 <para os="h">Replace <filename class="directory">i386-pc</filename> with whatever 59 directory is appropriate for the hardware in use.</para> 56 cp -v /usr/lib/grub/*/stage{1,2} /boot/grub</userinput></screen> 60 57 61 58 <para os="i">The <filename class="directory">i386-pc</filename> directory -
final-system/x86_64/grub.xml
r1d0c3c6 r2d9525f 57 57 xpointer="xpointer(//*[@os='f'])"/> 58 58 59 <screen os="h"><userinput>make install 60 mkdir -v /boot/grub 61 cp -v /usr/lib/grub/x86_64-pc/stage{1,2} /boot/grub</userinput></screen>59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 60 href="../x86/grub.xml" 61 xpointer="xpointer(//*[@os='g'])"/> 62 62 63 <para os="i">Replace <filename class="directory">x86_64-pc</filename> with whatever 64 directory is appropriate for the hardware in use.</para> 65 66 <para os="j">The <filename class="directory">x86_64-pc</filename> directory 63 <para os="h">The <filename class="directory">x86_64-pc</filename> directory 67 64 contains a number of <filename>*stage1_5</filename> files, different 68 65 ones for different file systems. Review the files available and copy -
introduction/x86/changelog.xml
r1d0c3c6 r2d9525f 34 34 35 35 <listitem> 36 <para>September 10, 2006</para> 37 <itemizedlist> 38 <listitem> 39 <para>[Chris] - Changed command to copy files in GRUB instructions 40 from "/usr/lib/grub/i386-pc/" to "/usr/lib/grub/*/". Fixes ticket #93.</para> 41 </listitem> 42 </itemizedlist> 43 </listitem> 44 45 <listitem> 36 46 <para>May 5,2006</para> 37 47 <itemizedlist> -
introduction/x86_64/changelog.xml
r1d0c3c6 r2d9525f 33 33 34 34 --> 35 36 <listitem> 37 <para>September 10, 2006</para> 38 <itemizedlist> 39 <listitem> 40 <para>[Chris] - Changed command to copy files in GRUB instructions 41 from "/usr/lib/grub/x86_64-pc/" to "/usr/lib/grub/*/". Fixes ticket #93.</para> 42 </listitem> 43 </itemizedlist> 44 </listitem> 35 45 36 46 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.