Changeset 24efabe for BOOK/boot


Ignore:
Timestamp:
Jan 22, 2011, 1:51:00 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4c16263
Parents:
7df00c2
Message:

Build Grub in the Boot Section of x86, x86_64, and x86_64-64.

Location:
BOOK/boot
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/x86-chapter.xml

    r7df00c2 r24efabe  
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pwdgroup.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/kernel.xml"/>
    24 <!--  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/grub-build.xml"/> -->
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/grub-build.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/settingenviron.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/>
     
    2828  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/devices.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/>
    30 <!--  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/grub.xml"/> -->
    3130  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/whatnext.xml"/>
    3231
  • BOOK/boot/x86/grub-build.xml

    r7df00c2 r24efabe  
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3030    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"
    6331    xpointer="xpointer(//*[@os='a'])"/>
    6432
    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>
    7136
    7237    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    8247    xpointer="xpointer(//*[@os='f'])"/>
    8348
    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>
    9650
    9751  </sect2>
  • BOOK/boot/x86_64-64-chapter.xml

    r7df00c2 r24efabe  
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pwdgroup.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/kernel.xml"/>
    24 <!--  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/bin86.xml"/>
    25   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/lilo-build.xml"/> -->
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/grub-build.xml"/>
    2625  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/settingenviron.xml"/>
    2726  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/flags.xml"/>
     
    3029  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/devices.xml"/>
    3130  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/>
    32 <!--  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/lilo.xml"/> -->
    3331  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/whatnext.xml"/>
    3432
  • BOOK/boot/x86_64-chapter.xml

    r7df00c2 r24efabe  
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pwdgroup.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/kernel.xml"/>
    24 <!--  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/grub-build.xml"/> -->
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/grub-build.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/settingenviron.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/flags.xml"/>
     
    2929  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/devices.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/>
    31 <!--  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/grub.xml"/> -->
    3231  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/whatnext.xml"/>
    3332
Note: See TracChangeset for help on using the changeset viewer.