Changeset da23eb8 for final-system/ppc
- Timestamp:
- May 10, 2006, 10:25:52 AM (19 years ago)
- Children:
- 9418efc
- Parents:
- 866e654
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/ppc/yaboot.xml
r866e654 rda23eb8 35 35 <title>Installation of Yaboot</title> 36 36 37 <para >Yaboot has a compilation error. The following patch properly fixes38 the issue:</para>37 <para os="a">Yaboot has a compilation error. The following patch properly 38 fixes the issue:</para> 39 39 40 <screen ><userinput>patch -Np1 -i ../yaboot-&yaboot-version;-fix-1.patch</userinput></screen>40 <screen os="b"><userinput>patch -Np1 -i ../&yaboot-fix-patch;</userinput></screen> 41 41 42 <para >The supplied man pages have <filename class="directory">/usr/local43 < /filename> in the text. This sed will correct that:</para>42 <para os="c">The following patch removes a redundant test which prevents 43 <command>ofpath</command> from executing against SATA disks:</para> 44 44 45 <screen ><userinput>sed -i 's%/usr/local%/usr%' man/*</userinput></screen>45 <screen os="d"><userinput>patch -Np1 -i ../&yaboot-sata-patch;</userinput></screen> 46 46 47 <para>Compile the Yaboot package:</para> 47 <para os="e">The supplied man pages have <filename 48 class="directory">/usr/local</filename> in the text. This sed will correct 49 that:</para> 48 50 49 <screen ><userinput>make PREFIX=/usr</userinput></screen>51 <screen os="f"><userinput>sed -i 's%/usr/local%/usr%' man/*</userinput></screen> 50 52 51 <para >Installthe package:</para>53 <para os="g">Compile the package:</para> 52 54 53 <screen><userinput>make PREFIX=/usr install</userinput></screen> 55 <screen os="h"><userinput>make PREFIX=/usr</userinput></screen> 56 57 <para os="i">Install the package:</para> 58 59 <screen os="j"><userinput>make PREFIX=/usr install</userinput></screen> 54 60 55 61 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.