On Mon, 2002-07-15 at 12:07, Dejan Trpcevski wrote: > > My plan is to make a fresh (minimum) RH install on a partition on the > server, and use it as the / for the clients. > > The problem is RH always installs WITH cpu optimization, and the server is > i686 and some of the clients are i586. > > How can install RH without CPU optimization (i386)?
Install as normal and replace the i686 packages afterward. If your partition is mounted on /export/nfsroot, then try: rpm --root /export/nfsroot -qa --qf \ "%{NAME} %{VERSION}-%{RELEASE} %{ARCH}\n" | grep i686 For each of the packages installed for i686 (probably glibc and openssl) get the i386 version, and replace them: rpm --root /export/nfsroot --force -Uvh glibc-... openssl-... (Yes, I said the F word. ;) _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list