Changeset 24efabe


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
Files:
2 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/appendices/dependencies/x86_64-64.xml

    r7df00c2 r24efabe  
    1414  <para>This page contains dependency information for packages specific to x86 Pure64.</para>
    1515
    16 <!-- Begin Bin86 dependency info -->
    17   <bridgehead renderas="sect2" id="bin86-dep">Bin86</bridgehead>
    18 
    19       <segmentedlist>
    20         <segtitle>&dependencies;</segtitle>
    21 
    22         <seglistitem>
    23          <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Make and Patch</seg>
    24         </seglistitem>
    25       </segmentedlist>
    26 
    27       <segmentedlist>
    28         <segtitle>&testsuites;</segtitle>
    29 
    30         <seglistitem>
    31           <seg>None</seg>
    32         </seglistitem>
    33       </segmentedlist>
    34 
    35       <segmentedlist>
    36         <segtitle>&before;</segtitle>
    37 
    38         <seglistitem>
    39           <seg>Lilo</seg>
    40         </seglistitem>
    41       </segmentedlist>
    42 
    43 <!-- Begin Lilo dependency info -->
    44   <bridgehead renderas="sect2" id="lilo-dep">Lilo</bridgehead>
    45  
    46       <segmentedlist>
    47         <segtitle>&dependencies;</segtitle>
    48 
    49         <seglistitem>
    50          <seg>Bash, Bin86, Binutils, Coreutils, EGLIBC, GCC, Make and Sed</seg>
    51         </seglistitem>
    52       </segmentedlist>
    53 
    54       <segmentedlist>
    55         <segtitle>&testsuites;</segtitle>
    56 
    57         <seglistitem>
    58           <seg>None</seg>
    59         </seglistitem>
    60       </segmentedlist>
    61 
    62       <segmentedlist>
    63         <segtitle>&before;</segtitle>
    64 
    65         <seglistitem>
    66           <seg>None</seg>
    67         </seglistitem>
    68       </segmentedlist>
    69 
    7016</appendix>
  • 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.