- Timestamp:
- Feb 23, 2006, 12:30:23 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:
- f28463f
- Parents:
- 6c4e93e
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86/grub-build.xml
r6c4e93e r2013ad9 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen os="aa"><userinput>./configure --prefix= ${LFS}/usr \33 <screen os="aa"><userinput>./configure --prefix=/usr \ 34 34 --host=${LFS_TARGET}</userinput></screen> 35 35 … … 46 46 xpointer="xpointer(//*[@os='f'])"/> 47 47 48 <screen os="ab"><userinput>make install48 <screen os="ab"><userinput>make DESTDIR=${LFS} install 49 49 mkdir ${LFS}/boot/grub 50 50 cp ${LFS}/usr/lib/grub/i386-pc/stage{1,2} ${LFS}/boot/grub</userinput></screen> 51 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"53 href="../../final-system/x86/grub.xml"54 xpointer="xpointer(//*[@os='i'])"/>55 51 56 52 <para os="ac">The <filename class="directory">i386-pc</filename> directory -
BOOK/boot/x86_64-64/grub-build.xml
r6c4e93e r2013ad9 47 47 xpointer="xpointer(//*[@os='b'])"/> 48 48 49 <screen os="aa"><userinput>./configure --prefix= ${LFS}--host=${LFS_TARGET}</userinput></screen>49 <screen os="aa"><userinput>./configure --prefix=/usr --host=${LFS_TARGET}</userinput></screen> 50 50 51 51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/x86_64/grub-build.xml
r6c4e93e r2013ad9 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" ./configure --prefix= ${LFS}/usr \33 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" ./configure --prefix=/usr \ 34 34 --host=${LFS_TARGET}</userinput></screen> 35 35 … … 46 46 xpointer="xpointer(//*[@os='f'])"/> 47 47 48 <screen os="ab"><userinput>make install48 <screen os="ab"><userinput>make DESTDIR=${LFS} install 49 49 mkdir ${LFS}/boot/grub 50 50 cp ${LFS}/usr/lib/grub/x86_64-pc/stage{1,2} ${LFS}/boot/grub</userinput></screen> … … 54 54 xpointer="xpointer(//*[@os='i'])"/> 55 55 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 57 href="../../final-system/x86_64/grub.xml" 58 xpointer="xpointer(//*[@os='j'])"/> 56 <para os="j">The <filename class="directory">x86_64-pc</filename> 57 directory contains a number of <filename>*stage1_5</filename> 58 files, different ones for different file systems. Review the files 59 available and copy the appropriate ones to the <filename 60 class="directory">${LFS}/boot/grub</filename> directory. Most 61 users will copy the <filename>e2fs_stage1_5</filename> and/or 62 <filename>reiserfs_stage1_5</filename> files.</para> 59 63 60 64 </sect2> -
BOOK/final-system/x86_64-64/grub.xml
r6c4e93e r2013ad9 56 56 57 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 58 href="../x86/grub.xml"59 xpointer="xpointer(//*[@os='g'])"/>60 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"62 58 href="../x86_64/grub.xml" 63 59 xpointer="xpointer(//*[@os='h'])"/>
Note:
See TracChangeset
for help on using the changeset viewer.