Changeset 396b325


Ignore:
Timestamp:
Oct 20, 2013, 12:56:30 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
747422b
Parents:
94626ce
Message:

Add yaboot parted patch description and commands to boot yaboot-build and final-system yaboot installation commands.

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/ppc/yaboot-build.xml

    r94626ce r396b325  
    3030    href="../../final-system/ppc/yaboot.xml"
    3131    xpointer="xpointer(//*[@os='p4'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     34    href="../../final-system/ppc/yaboot.xml"
     35    xpointer="xpointer(//*[@os='p5'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     38    href="../../final-system/ppc/yaboot.xml"
     39    xpointer="xpointer(//*[@os='p6'])"/>
    3240
    3341    <para os="p1">The following patch allows <command>ofpath</command> to use
  • BOOK/boot/ppc64-64/yaboot-build.xml

    r94626ce r396b325  
    3030    href="../../final-system/ppc/yaboot.xml"
    3131    xpointer="xpointer(//*[@os='p4'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     34    href="../../final-system/ppc/yaboot.xml"
     35    xpointer="xpointer(//*[@os='p5'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     38    href="../../final-system/ppc/yaboot.xml"
     39    xpointer="xpointer(//*[@os='p6'])"/>
    3240
    3341    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/ppc64/yaboot-build.xml

    r94626ce r396b325  
    3030    href="../../final-system/ppc/yaboot.xml"
    3131    xpointer="xpointer(//*[@os='p4'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     34    href="../../final-system/ppc/yaboot.xml"
     35    xpointer="xpointer(//*[@os='p5'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     38    href="../../final-system/ppc/yaboot.xml"
     39    xpointer="xpointer(//*[@os='p6'])"/>
    3240
    3341    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/ppc/yaboot.xml

    r94626ce r396b325  
    2626    <title>Installation of Yaboot</title>
    2727
    28     <para os="p3">The following patch adds stub functions for newer e2fsprogs releases.</para>
     28    <para os="p3">The following patch adds stub functions for newer e2fsprogs releases:</para>
    2929
    3030<screen os="p4"><userinput>patch -Np1 -i ../&yaboot-stubfuncs-patch;</userinput></screen>
     31
     32    <para os="p5">The following patch adds Parted support to yabootconfig:</para>
     33
     34<screen os="p6"><userinput>patch -Np1 -i ../&yaboot-parted-patch;</userinput></screen>
    3135
    3236    <para os="a">The supplied man pages have <filename
  • BOOK/final-system/ppc64-64/yaboot.xml

    r94626ce r396b325  
    7171    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    7272    href="../ppc/yaboot.xml"
     73    xpointer="xpointer(//*[@os='p5'])"/>
     74
     75    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     76    href="../ppc/yaboot.xml"
     77    xpointer="xpointer(//*[@os='p6'])"/>
     78
     79    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     80    href="../ppc/yaboot.xml"
    7381    xpointer="xpointer(//*[@os='a'])"/>
    7482
  • BOOK/final-system/ppc64/yaboot.xml

    r94626ce r396b325  
    7474    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    7575    href="../ppc/yaboot.xml"
     76    xpointer="xpointer(//*[@os='p5'])"/>
     77
     78    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     79    href="../ppc/yaboot.xml"
     80    xpointer="xpointer(//*[@os='p6'])"/>
     81
     82    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     83    href="../ppc/yaboot.xml"
    7684    xpointer="xpointer(//*[@os='a'])"/>
    7785
Note: See TracChangeset for help on using the changeset viewer.