Changeset fe61c5a for BOOK/boot


Ignore:
Timestamp:
Sep 7, 2012, 2:21:33 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ef09b2e
Parents:
d08e660
Message:

Update grub information and instructions in Ch7 boot section of x86 books.

Location:
BOOK/boot
Files:
2 added
3 edited

Legend:

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

    rd08e660 rfe61c5a  
    2727    xpointer="xpointer(//*[@os='n1'])"/>
    2828
    29 <note>
    30   <para>Grub2 requires Flex 3.5.35 or greater which has not been installed
    31    yet. If your host does not have Flex then install it now via the
    32    distro's package manager.</para>
    33 </note>
    34 
    3529    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3630    href="../../final-system/x86/grub.xml"
    3731    xpointer="xpointer(//*[@os='a'])"/>
    3832
    39 <screen os="ab"><userinput>./configure --prefix=/usr \
     33<screen os="ab"><userinput>./configure --prefix=/tools \
    4034    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4135    --sysconfdir=/etc --disable-werror</userinput></screen>
  • BOOK/boot/x86_64-64-chapter.xml

    rd08e660 rfe61c5a  
    2323  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/kernel.xml"/>
    25   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86/grub-build.xml"/>
     25  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/grub-build.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/settingenviron.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/flags.xml"/>
  • BOOK/boot/x86_64-chapter.xml

    rd08e660 rfe61c5a  
    2323  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/kernel.xml"/>
    25   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86/grub-build.xml"/>
     25  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/grub-build.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/settingenviron.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/flags.xml"/>
Note: See TracChangeset for help on using the changeset viewer.