Changeset 040521bc for BOOK/boot/x86_64


Ignore:
Timestamp:
Sep 22, 2006, 8:30:38 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
8953f24
Parents:
5921622
Message:

Sync up with 1.0 Book

Location:
BOOK/boot/x86_64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/x86_64/flags.xml

    r5921622 r040521bc  
    1111  <title>Build Flags</title>
    1212
    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>
    1514
    1615<screen><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ${CLFS}/root/.bash_profile
  • BOOK/boot/x86_64/grub-build.xml

    r5921622 r040521bc  
    6262    xpointer="xpointer(//*[@os='f'])"/>
    6363
    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'])"/>
    6767
    6868    <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'])"/>
    7171
    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 files
    75     available and copy the appropriate ones to the <filename
    76     class="directory">${CLFS}/boot/grub</filename> directory. Most
    77     users will copy the <filename>e2fs_stage1_5</filename> and/or
    78     <filename>reiserfs_stage1_5</filename> files.</para>
    7972
    8073  </sect2>
Note: See TracChangeset for help on using the changeset viewer.