Changeset 040521bc for BOOK/boot/x86_64
- 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
- Location:
- BOOK/boot/x86_64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86_64/flags.xml
r5921622 r040521bc 11 11 <title>Build Flags</title> 12 12 13 <para>We will need to copy our BUILD Variables into our new system. So when 14 we boot-up they will be there:</para> 13 <para>We will need to copy our build variables into our new system:</para> 15 14 16 15 <screen><userinput>echo export BUILD32=\""${BUILD32}\"" >> ${CLFS}/root/.bash_profile -
BOOK/boot/x86_64/grub-build.xml
r5921622 r040521bc 62 62 xpointer="xpointer(//*[@os='f'])"/> 63 63 64 <screen os="ab"><userinput>make DESTDIR=${CLFS} install 65 mkdir -v ${CLFS}/boot/grub 66 cp -v ${CLFS}/usr/lib/grub/x86_64-pc/stage{1,2} ${CLFS}/boot/grub</userinput></screen>64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 65 href="../x86/grub-build.xml" 66 xpointer="xpointer(//*[@os='ab'])"/> 67 67 68 68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 69 href="../ ../final-system/x86_64/grub.xml"70 xpointer="xpointer(//*[@os=' i'])"/>69 href="../x86/grub-build.xml" 70 xpointer="xpointer(//*[@os='ac'])"/> 71 71 72 <para os="j">The <filename class="directory">x86_64-pc</filename>73 directory contains a number of <filename>*stage1_5</filename>74 files, different ones for different file systems. Review the files75 available and copy the appropriate ones to the <filename76 class="directory">${CLFS}/boot/grub</filename> directory. Most77 users will copy the <filename>e2fs_stage1_5</filename> and/or78 <filename>reiserfs_stage1_5</filename> files.</para>79 72 80 73 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.