Changeset 049b249
- Timestamp:
- Sep 18, 2006, 8:20:01 AM (18 years ago)
- Children:
- 0e7b58e
- Parents:
- 5c36e00
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/x86/grub-build.xml
r5c36e00 r049b249 58 58 cp -v ${CLFS}/usr/lib/grub/*/stage{1,2} ${CLFS}/boot/grub</userinput></screen> 59 59 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 64 65 class="directory">${CLFS}/boot/grub</filename> directory. Most users will 65 66 copy the <filename>e2fs_stage1_5</filename> and/or -
boot/x86_64/grub-build.xml
r5c36e00 r049b249 66 66 xpointer="xpointer(//*[@os='ab'])"/> 67 67 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'])"/> 75 71 76 72 </sect2> -
final-system/x86/grub.xml
r5c36e00 r049b249 56 56 cp -v /usr/lib/grub/*/stage{1,2} /boot/grub</userinput></screen> 57 57 58 <para os="i">The <filename class="directory">i386-pc</filename> directory 59 contains a number of <filename>*stage1_5</filename> files, different 60 ones for different file systems. Review the files available and copy 61 the appropriate ones to the <filename 58 <para os="h">The directory in 59 <filename class="directory">/usr/lib/grub</filename> (its name depends 60 on your arch) contains a number of <filename>*stage1_5</filename> files, 61 different ones for different file systems. Review the files available and 62 copy the appropriate ones to the <filename 62 63 class="directory">/boot/grub</filename> directory. Most users will 63 64 copy the <filename>e2fs_stage1_5</filename> and/or -
final-system/x86_64/grub.xml
r5c36e00 r049b249 61 61 xpointer="xpointer(//*[@os='g'])"/> 62 62 63 <para os="h">The <filename class="directory">x86_64-pc</filename> directory 64 contains a number of <filename>*stage1_5</filename> files, different 65 ones for different file systems. Review the files available and copy 66 the appropriate ones to the <filename 67 class="directory">/boot/grub</filename> directory. Most users will 68 copy the <filename>e2fs_stage1_5</filename> and/or 69 <filename>reiserfs_stage1_5</filename> files.</para> 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 64 href="../x86/grub.xml" 65 xpointer="xpointer(//*[@os='h'])"/> 70 66 71 67 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.