- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc/yaboot.xml
r291bd8b r396b325 26 26 <title>Installation of Yaboot</title> 27 27 28 <para os="p3">The following patch adds stub functions for newer e2fsprogs releases:</para> 29 30 <screen os="p4"><userinput>patch -Np1 -i ../&yaboot-stubfuncs-patch;</userinput></screen> 31 32 <para os="p5">The following patch adds Parted support to yabootconfig:</para> 33 34 <screen os="p6"><userinput>patch -Np1 -i ../&yaboot-parted-patch;</userinput></screen> 35 28 36 <para os="a">The supplied man pages have <filename 29 37 class="directory">/usr/local</filename> in the text. This sed will correct … … 31 39 32 40 <screen os="b"><userinput>sed -i 's%/usr/local%/usr%' man/*</userinput></screen> 41 42 <para os="aa"> Prevent the build from failing due to warnings with 43 the following sed:</para> 44 45 <screen os="ba"><userinput>sed -i 's%-Werror%%' Makefile</userinput></screen> 33 46 34 47 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.