Ignore:
Timestamp:
Jun 18, 2006, 5:08:47 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f2abf0f
Parents:
2a85a99
Message:

r3961@server (orig r1782): ken | 2006-06-18 17:05:16 -0700
Trying to fix the ppc64 boot chapter, with a minor fix to boot/ppc/yaboot, and tidying up the 'Important' messages in ppc64 yaboot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/ppc64/yaboot.xml

    r2a85a99 rbc5db55  
    7171    </variablelist>
    7272
    73     <important>
    74       <para>The above patches and seds are critical in ensuring a
    75       successful build. In particular, the package will appear to install
    76       correctly without the second sed, but will fail to load linux,
    77       requiring you to use OF or a rescue disk to boot.</para>
    78     </important>
    79 
    8073    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    8174    href="../ppc/yaboot.xml"
     
    9285<screen os="h"><userinput>CFLAGS="${BUILD32}" make PREFIX=/usr</userinput></screen>
    9386
    94     <important>
    95       <para>The CFLAGS on the above command are equally critical
    96       for a successful install.</para>
    97     </important>
    98 
    9987    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    10088    href="../ppc/yaboot.xml"
    10189    xpointer="xpointer(//*[@os='i'])"/>
    10290
    103 <screen><userinput>make PREFIX=/usr install 2&gt;&amp;1 &gt;instlog</userinput></screen>
     91    <important os="j0">
     92      <para>The multilib install of yaboot can fail if you miss any of the
     93      patches or seds, or omit the CFLAGS variable. <command>ld</command> will
     94      issue warnings, but the install will appear to complete successfully.
     95      That would result in an unbootable system, so you need to log the output
     96      to check it.</para>
     97    </important>
     98
     99<screen><userinput>make PREFIX=/usr install 2&gt;&amp;1 | tee instlog</userinput></screen>
    104100
    105101    <para os='k'>To ensure that the install was successful, run the following
     
    109105
    110106    <para os='m'>If the command gave you <emphasis>any</emphasis> output
    111     (... is incompatible with powerpc:common output) the build is broken and
    112     you will have to repeat it with <emphasis>all</emphasis> of the items
    113     marked as important.</para>
     107    (... is incompatible with powerpc:common output) the build of yaboot is
     108    broken and you will have to correct your error(s) and repeat it.</para>
    114109
    115110  </sect2>
Note: See TracChangeset for help on using the changeset viewer.