Changeset 22da6db


Ignore:
Timestamp:
Apr 13, 2014, 12:06:28 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
90e8c97
Parents:
473d4fe
Message:

Install GRUB entirely in /tools

Location:
BOOK/boot
Files:
3 edited

Legend:

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

    r473d4fe r22da6db  
    4141<screen os="ab"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    4242    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    43     --sysconfdir=/etc --disable-werror --enable-grub-mkfont=no</userinput></screen>
     43    --disable-werror --enable-grub-mkfont=no</userinput></screen>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    6363    xpointer="xpointer(//*[@os='f'])"/>
    6464
    65 <screen os="ag"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     65    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     66    href="../x86/grub-build.xml"
     67    xpointer="xpointer(//*[@os='ag'])"/>
    6668
    6769  </sect2>
  • BOOK/boot/multilib/grub-build.xml

    r473d4fe r22da6db  
    4141<screen os="ab"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    4242    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    43     --sysconfdir=/etc --libdir=/tools/lib64 --disable-werror \
     43    --libdir=/tools/lib64 --disable-werror \
    4444    --enable-grub-mkfont=no</userinput></screen>
    4545
     
    6464    xpointer="xpointer(//*[@os='f'])"/>
    6565
    66 <screen os="ag"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     66    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     67    href="../x86/grub-build.xml"
     68    xpointer="xpointer(//*[@os='ag'])"/>
    6769
    6870  </sect2>
  • BOOK/boot/x86/grub-build.xml

    r473d4fe r22da6db  
    4141<screen os="ab"><userinput>./configure --prefix=/tools \
    4242    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    43     --sysconfdir=/etc --disable-werror --enable-grub-mkfont=no</userinput></screen>
     43    --disable-werror --enable-grub-mkfont=no</userinput></screen>
    4444
    4545<para os="b">The meaning of the new configure option:</para>
     
    6666    xpointer="xpointer(//*[@os='f'])"/>
    6767
    68 <screen os="ag"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     68<screen os="ag"><userinput>make install</userinput></screen>
    6969
    7070  </sect2>
Note: See TracChangeset for help on using the changeset viewer.