Changeset e3a1e522 for BOOK/final-system/x86/grub.xml
- Timestamp:
- Feb 21, 2006, 1:57:38 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- dd1ba637
- Parents:
- 1467bf6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86/grub.xml
r1467bf6 re3a1e522 48 48 49 49 <para os="e">To test the results, issue: 50 <userinput>sed -i '/ufs2/d' stage2/size_test && 51 make check</userinput>.</para> 50 <userinput>make check</userinput>.</para> 52 51 53 <para os="f">The UFS test is known to fail due to a compiler issue. The failure 54 prevents the rest of the tests from being run, so the <command>sed</command> 55 command is used to avoid the failure. The UFS test failure can be ignored 56 unless you plan to boot from a UFS partition. The partitions are normally 57 only used by Sun workstations.</para> 52 <para os="f">Install the package:</para> 58 53 59 <para os="g">Install the package:</para> 60 61 <screen os="h"><userinput>make install 54 <screen os="g"><userinput>make install 62 55 mkdir /boot/grub 63 56 cp /usr/lib/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen> 64 57 65 <para os=" i">Replace <filename class="directory">i386-pc</filename> with whatever58 <para os="h">Replace <filename class="directory">i386-pc</filename> with whatever 66 59 directory is appropriate for the hardware in use.</para> 67 60 68 <para os=" j">The <filename class="directory">i386-pc</filename> directory61 <para os="i">The <filename class="directory">i386-pc</filename> directory 69 62 contains a number of <filename>*stage1_5</filename> files, different 70 63 ones for different file systems. Review the files available and copy
Note:
See TracChangeset
for help on using the changeset viewer.