Changeset bc5db55 for BOOK/final-system
- Timestamp:
- Jun 18, 2006, 5:08:47 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f2abf0f
- Parents:
- 2a85a99
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc64/yaboot.xml
r2a85a99 rbc5db55 71 71 </variablelist> 72 72 73 <important>74 <para>The above patches and seds are critical in ensuring a75 successful build. In particular, the package will appear to install76 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 80 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 81 74 href="../ppc/yaboot.xml" … … 92 85 <screen os="h"><userinput>CFLAGS="${BUILD32}" make PREFIX=/usr</userinput></screen> 93 86 94 <important>95 <para>The CFLAGS on the above command are equally critical96 for a successful install.</para>97 </important>98 99 87 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 100 88 href="../ppc/yaboot.xml" 101 89 xpointer="xpointer(//*[@os='i'])"/> 102 90 103 <screen><userinput>make PREFIX=/usr install 2>&1 >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>&1 | tee instlog</userinput></screen> 104 100 105 101 <para os='k'>To ensure that the install was successful, run the following … … 109 105 110 106 <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> 114 109 115 110 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.