Changeset 040521bc for BOOK/final-system/x86/grub.xml
- Timestamp:
- Sep 22, 2006, 8:30:38 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8953f24
- Parents:
- 5921622
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86/grub.xml
r5921622 r040521bc 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>56 cp -v /usr/lib/grub/*/stage{1,2} /boot/grub</userinput></screen> 57 57 58 <para os="h">Replace <filename class="directory">i386-pc</filename> with whatever 59 directory is appropriate for the hardware in use.</para> 60 61 <para os="i">The <filename class="directory">i386-pc</filename> directory 62 contains a number of <filename>*stage1_5</filename> files, different 63 ones for different file systems. Review the files available and copy 64 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 65 63 class="directory">/boot/grub</filename> directory. Most users will 66 64 copy the <filename>e2fs_stage1_5</filename> and/or
Note:
See TracChangeset
for help on using the changeset viewer.