Changeset 24efabe for BOOK/boot/x86
- Timestamp:
- Jan 22, 2011, 1:51:00 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4c16263
- Parents:
- 7df00c2
- Location:
- BOOK/boot/x86
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86/grub-build.xml
r7df00c2 r24efabe 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 30 href="../../final-system/x86/grub.xml" 31 xpointer="xpointer(//*[@os='p1'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../../final-system/x86/grub.xml"35 xpointer="xpointer(//*[@os='p2'])"/>36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"38 href="../../final-system/x86/grub.xml"39 xpointer="xpointer(//*[@os='p3'])"/>40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"42 href="../../final-system/x86/grub.xml"43 xpointer="xpointer(//*[@os='p4'])"/>44 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"46 href="../../final-system/x86/grub.xml"47 xpointer="xpointer(//*[@os='p5'])"/>48 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"50 href="../../final-system/x86/grub.xml"51 xpointer="xpointer(//*[@os='p6'])"/>52 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"54 href="../../final-system/x86/grub.xml"55 xpointer="xpointer(//*[@os='p7'])"/>56 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"58 href="../../final-system/x86/grub.xml"59 xpointer="xpointer(//*[@os='p8'])"/>60 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"62 href="../../final-system/x86/grub.xml"63 31 xpointer="xpointer(//*[@os='a'])"/> 64 32 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 66 href="../../final-system/x86/grub.xml" 67 xpointer="xpointer(//*[@os='b'])"/> 68 69 <screen os="aa"><userinput>./configure --prefix=/usr \ 70 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 33 <screen os="ab"><userinput>./configure --prefix=/usr \ 34 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 35 --sysconfdir=/etc</userinput></screen> 71 36 72 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 82 47 xpointer="xpointer(//*[@os='f'])"/> 83 48 84 <screen os="ab"><userinput>make DESTDIR=${CLFS} install 85 mkdir -v ${CLFS}/boot/grub 86 cp -v ${CLFS}/usr/lib/grub/*/stage{1,2} ${CLFS}/boot/grub</userinput></screen> 87 88 <para os="ac">The directory in 89 <filename class="directory">${CLFS}/usr/lib/grub</filename> (its name 90 depends on your arch) contains a number of <filename>*stage1_5</filename> 91 files, different ones for different file systems. Review the files 92 available and copy the appropriate ones to the <filename 93 class="directory">${CLFS}/boot/grub</filename> directory. Most users will 94 copy the <filename>e2fs_stage1_5</filename> and/or 95 <filename>reiserfs_stage1_5</filename> files.</para> 49 <screen os="ag"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 96 50 97 51 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.