Changeset 3f76cac for BOOK/boot/x86_64


Ignore:
Timestamp:
Jul 1, 2006, 11:52:01 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:
0ee61bb
Parents:
a90a072
Message:

r4227@server: jim | 2006-07-01 23:46:16 -0700
More LFS to CLFS Updates

Location:
BOOK/boot/x86_64
Files:
3 edited

Legend:

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

    ra90a072 r3f76cac  
    1414  we boot-up they will be there:</para>
    1515
    16 <screen><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ${LFS}/root/.bash_profile
    17 echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ${LFS}/root/.bash_profile
    18 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" &gt;&gt; ${LFS}/root/.bash_profile</userinput></screen>
     16<screen><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ${CLFS}/root/.bash_profile
     17echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ${CLFS}/root/.bash_profile
     18echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" &gt;&gt; ${CLFS}/root/.bash_profile</userinput></screen>
    1919
    2020</sect1>
  • BOOK/boot/x86_64/grub-build.xml

    ra90a072 r3f76cac  
    4646    xpointer="xpointer(//*[@os='f'])"/>
    4747
    48 <screen os="ab"><userinput>make DESTDIR=${LFS} install
    49 mkdir -v ${LFS}/boot/grub
    50 cp -v ${LFS}/usr/lib/grub/x86_64-pc/stage{1,2} ${LFS}/boot/grub</userinput></screen>
     48<screen os="ab"><userinput>make DESTDIR=${CLFS} install
     49mkdir -v ${CLFS}/boot/grub
     50cp -v ${CLFS}/usr/lib/grub/x86_64-pc/stage{1,2} ${CLFS}/boot/grub</userinput></screen>
    5151
    5252    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    5858    files, different ones for different file systems. Review the files
    5959    available and copy the appropriate ones to the <filename
    60     class="directory">${LFS}/boot/grub</filename> directory. Most
     60    class="directory">${CLFS}/boot/grub</filename> directory. Most
    6161    users will copy the <filename>e2fs_stage1_5</filename> and/or
    6262    <filename>reiserfs_stage1_5</filename> files.</para>
  • BOOK/boot/x86_64/kernel.xml

    ra90a072 r3f76cac  
    8888
    8989<screen><userinput>make ARCH=x86_64 CROSS_COMPILE=${CLFS_TARGET}- \
    90    INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
     90   INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen>
    9191
    9292    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    9898    xpointer="xpointer(//*[@os='v'])"/>
    9999
    100 <screen><userinput>cp -v arch/x86_64/boot/bzImage ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
     100<screen><userinput>cp -v arch/x86_64/boot/bzImage ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen>
    101101
    102102    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.