Changeset 291bd8b for BOOK/final-system/ppc64/yaboot.xml
- Timestamp:
- Jan 7, 2009, 4:03:45 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a02430f2
- Parents:
- 882703f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc64/yaboot.xml
r882703f r291bd8b 21 21 <sect2 role="installation"> 22 22 <title>Installation of Yaboot</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"25 href="../ppc/yaboot.xml"26 xpointer="xpointer(//*[@os='a'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"29 href="../ppc/yaboot.xml"30 xpointer="xpointer(//*[@os='b'])"/>31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../ppc/yaboot.xml"34 xpointer="xpointer(//*[@os='c'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"37 href="../ppc/yaboot.xml"38 xpointer="xpointer(//*[@os='d'])"/>39 23 40 24 <para>Existing multilib distributions alter gcc to default to 32-bit … … 73 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 74 58 href="../ppc/yaboot.xml" 75 xpointer="xpointer(//*[@os=' e'])"/>59 xpointer="xpointer(//*[@os='a'])"/> 76 60 77 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 78 62 href="../ppc/yaboot.xml" 79 xpointer="xpointer(//*[@os=' f'])"/>63 xpointer="xpointer(//*[@os='b'])"/> 80 64 81 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 82 66 href="../ppc/yaboot.xml" 83 xpointer="xpointer(//*[@os=' g'])"/>67 xpointer="xpointer(//*[@os='c'])"/> 84 68 85 <screen os=" h"><userinput>CFLAGS="${BUILD32}" make PREFIX=/usr</userinput></screen>69 <screen os="d"><userinput>CFLAGS="${BUILD32}" make PREFIX=/usr</userinput></screen> 86 70 87 71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 88 72 href="../ppc/yaboot.xml" 89 xpointer="xpointer(//*[@os=' i'])"/>73 xpointer="xpointer(//*[@os='e'])"/> 90 74 91 75 <important os="j0"> … … 97 81 </important> 98 82 99 <screen ><userinput>make PREFIX=/usr install 2>&1 | tee instlog</userinput></screen>83 <screen os='f'><userinput>make PREFIX=/usr install 2>&1 | tee instlog</userinput></screen> 100 84 101 <para os=' k'>To ensure that the install was successful, run the following85 <para os='g'>To ensure that the install was successful, run the following 102 86 command:</para> 103 87 104 <screen os=' l'><userinput>grep 'powerpc:common64' instlog</userinput></screen>88 <screen os='h'><userinput>grep 'powerpc:common64' instlog</userinput></screen> 105 89 106 <para os=' m'>If the command gave you <emphasis>any</emphasis> output90 <para os='i'>If the command gave you <emphasis>any</emphasis> output 107 91 (... is incompatible with powerpc:common output) the build of yaboot is 108 92 broken and you will have to correct your error(s) and repeat it.</para>
Note:
See TracChangeset
for help on using the changeset viewer.