Changeset 3f76cac for BOOK/boot/x86


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
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/x86/grub-build.xml

    ra90a072 r3f76cac  
    5454    xpointer="xpointer(//*[@os='f'])"/>
    5555
    56 <screen os="ab"><userinput>make DESTDIR=${LFS} install
    57 mkdir -v ${LFS}/boot/grub
    58 cp -v ${LFS}/usr/lib/grub/i386-pc/stage{1,2} ${LFS}/boot/grub</userinput></screen>
     56<screen os="ab"><userinput>make DESTDIR=${CLFS} install
     57mkdir -v ${CLFS}/boot/grub
     58cp -v ${CLFS}/usr/lib/grub/i386-pc/stage{1,2} ${CLFS}/boot/grub</userinput></screen>
    5959
    6060    <para os="ac">The <filename class="directory">i386-pc</filename> directory
     
    6262    ones for different file systems. Review the files available and copy
    6363    the appropriate ones to the <filename
    64     class="directory">${LFS}/boot/grub</filename> directory. Most users will
     64    class="directory">${CLFS}/boot/grub</filename> directory. Most users will
    6565    copy the <filename>e2fs_stage1_5</filename> and/or
    6666    <filename>reiserfs_stage1_5</filename> files.</para>
  • BOOK/boot/x86/grub.xml

    ra90a072 r3f76cac  
    2424  xpointer="xpointer(//*[@os='c'])"/>
    2525
    26 <screen os="d"><userinput>dd if=${LFS}/boot/grub/stage1 of=/dev/fd0 bs=512 count=1
    27 dd if=${LFS}/boot/grub/stage2 of=/dev/fd0 bs=512 seek=1</userinput></screen>
     26<screen os="d"><userinput>dd if=${CLFS}/boot/grub/stage1 of=/dev/fd0 bs=512 count=1
     27dd if=${CLFS}/boot/grub/stage2 of=/dev/fd0 bs=512 seek=1</userinput></screen>
    2828
    2929  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6464
    6565  <para os="n">If all went well, GRUB will have reported finding its files
    66   in <filename class="directory">${LFS}/boot/grub</filename>. That's
     66  in <filename class="directory">${CLFS}/boot/grub</filename>. That's
    6767  all there is to it. Quit the <command>grub</command> shell:</para>
    6868
     
    7575  xpointer="xpointer(//*[@os='p'])"/>
    7676
    77 <screen><userinput>cat &gt; ${LFS}/boot/grub/menu.lst &lt;&lt; "EOF"
     77<screen><userinput>cat &gt; ${CLFS}/boot/grub/menu.lst &lt;&lt; "EOF"
    7878<literal># Begin /boot/grub/menu.lst
    7979
     
    9090title CLFS &version;
    9191root (hd0,3)
    92 kernel /boot/lfskernel-&linux-version; root=/dev/hda4</literal>
     92kernel /boot/clfskernel-&linux-version; root=/dev/hda4</literal>
    9393EOF</userinput></screen>
    9494
     
    9797  xpointer="xpointer(//*[@os='q'])"/>
    9898
    99 <screen os="r"><userinput>cat &gt;&gt; ${LFS}/boot/grub/menu.lst &lt;&lt; "EOF"
     99<screen os="r"><userinput>cat &gt;&gt; ${CLFS}/boot/grub/menu.lst &lt;&lt; "EOF"
    100100<literal>title Red Hat
    101101root (hd0,2)
  • BOOK/boot/x86/kernel.xml

    ra90a072 r3f76cac  
    7272
    7373    <para os="af">If the use of kernel modules can't be avoided, an
    74     <filename>${LFS}/etc/modprobe.conf</filename> file may be needed.
     74    <filename>${CLFS}/etc/modprobe.conf</filename> file may be needed.
    7575    Information pertaining to modules and kernel configuration is
    7676    located in the kernel documentation in the <filename
     
    9292
    9393<screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- \
    94     INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
     94    INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen>
    9595
    9696    <para os="u">After kernel compilation is complete, additional steps are
    9797    required to complete the installation. Some files need to be copied to
    98     the <filename class="directory">${LFS}/boot</filename> directory.</para>
     98    the <filename class="directory">${CLFS}/boot</filename> directory.</para>
    9999
    100100    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    102102    xpointer="xpointer(//*[@os='v'])"/>
    103103
    104 <screen><userinput>cp -v arch/i386/boot/bzImage ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
     104<screen><userinput>cp -v arch/i386/boot/bzImage ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen>
    105105
    106106    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    108108    xpointer="xpointer(//*[@os='w'])"/>
    109109
    110 <screen os="w1"><userinput>cp -v System.map ${LFS}/boot/System.map-&linux-version;</userinput></screen>
     110<screen os="w1"><userinput>cp -v System.map ${CLFS}/boot/System.map-&linux-version;</userinput></screen>
    111111
    112112    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    114114    xpointer="xpointer(//*[@os='x'])"/>
    115115
    116 <screen os="x1"><userinput>cp -v .config ${LFS}/boot/config-&linux-version;</userinput></screen>
     116<screen os="x1"><userinput>cp -v .config ${CLFS}/boot/config-&linux-version;</userinput></screen>
    117117
    118118  </sect2>
Note: See TracChangeset for help on using the changeset viewer.