Changes between Version 4 and Version 5 of RpmHowToEndUsers
- Timestamp:
- Apr 25, 2011, 12:16:53 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RpmHowToEndUsers
v4 v5 8 8 9 9 == Platform selection for binaries == 10 The default base architecture setting for RPM/YUM is the i386 platform; if you own a i686 CPU , you can tell YUM to inspect i686 package list first, and fallback to i386 if none found.10 The default base architecture setting for RPM/YUM is the i386 platform; if you own a i686 CPU (PentiumPro and above), you can tell YUM to inspect i686 package list first, and fallback to i386 if none found. 11 11 To enable i686, create a 'platform' text file in your %UNIXROOT%\etc\rpm directory with the following text in it: 12 12 {{{ 13 13 i686-OS/2-OS/2 14 14 }}} 15 Binaries are getting built also for Pentium4 and above processors, use the following text to enable this: 16 {{{ 17 pentium4-OS/2-OS/2 18 }}} 19 Access to pentium4 packages requires the latest YUM package. 20 15 21 16 22 == Note about upgrading from 2010 RPM builds ==