Changeset 308a04c for BOOK/boot/x86
- Timestamp:
- Feb 21, 2006, 1:21:56 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:
- 1d165f4
- Parents:
- 19a6071
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86/grub-build.xml
r19a6071 r308a04c 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen ><userinput>./configure --prefix=${LFS}/usr \33 <screen os="aa"><userinput>./configure --prefix=${LFS}/usr \ 34 34 --host=${LFS_TARGET}</userinput></screen> 35 35 … … 46 46 xpointer="xpointer(//*[@os='g'])"/> 47 47 48 <screen os=" h"><userinput>make install48 <screen os="ab"><userinput>make install 49 49 mkdir ${LFS}/boot/grub 50 50 cp ${LFS}/usr/lib/grub/i386-pc/stage{1,2} ${LFS}/boot/grub</userinput></screen> … … 54 54 xpointer="xpointer(//*[@os='i'])"/> 55 55 56 <para os=" j">The <filename class="directory">i386-pc</filename> directory56 <para os="ac">The <filename class="directory">i386-pc</filename> directory 57 57 contains a number of <filename>*stage1_5</filename> files, different 58 58 ones for different file systems. Review the files available and copy
Note:
See TracChangeset
for help on using the changeset viewer.