Changeset 291bd8b for BOOK/final-system/ppc/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/ppc/yaboot.xml
r882703f r291bd8b 26 26 <title>Installation of Yaboot</title> 27 27 28 <para os="a">Yaboot has a compilation error. The following patch properly 29 fixes the issue:</para> 30 31 <screen os="b"><userinput>patch -Np1 -i ../&yaboot-fix-patch;</userinput></screen> 32 33 <para os="c">The following patch removes a redundant test which prevents 34 <command>ofpath</command> from executing against SATA disks:</para> 35 36 <screen os="d"><userinput>patch -Np1 -i ../&yaboot-sata-patch;</userinput></screen> 37 38 <para os="e">The supplied man pages have <filename 28 <para os="a">The supplied man pages have <filename 39 29 class="directory">/usr/local</filename> in the text. This sed will correct 40 30 that:</para> 41 31 42 <screen os=" f"><userinput>sed -i 's%/usr/local%/usr%' man/*</userinput></screen>32 <screen os="b"><userinput>sed -i 's%/usr/local%/usr%' man/*</userinput></screen> 43 33 44 <para os=" g">Compile the package:</para>34 <para os="c">Compile the package:</para> 45 35 46 <screen os=" h"><userinput>make PREFIX=/usr</userinput></screen>36 <screen os="d"><userinput>make PREFIX=/usr</userinput></screen> 47 37 48 <para os=" i">Install the package:</para>38 <para os="e">Install the package:</para> 49 39 50 <screen os=" j"><userinput>make PREFIX=/usr install</userinput></screen>40 <screen os="f"><userinput>make PREFIX=/usr install</userinput></screen> 51 41 52 42 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.