would if I could but I can't. RPM segfaults. Last night I wasn't having any luck trying to do it before chroot and specifying a new db.
what happens with?
linux rescue # rpm -qa --qf "%{arch} %{name} %{version}\n" --root /mnt/sysimage/
I'm probably just going to rebuild the box _again_.
linux is not windows ;-)
What should I check to be sure the proper athlon kernel and glib etc. gets installed.
anaconda ;-)
$ rhn-applet-tui --verbose $ rhn-applet-gui
and before update ignore kernel, glibc and install/freshen them %{arch} later by hand
i think you will get something like
athlon kernel i686 glibc glib* i386
|# rpm -qa --qf "%{arch} %{name}\n" |sort >/root/arch-postinstall | |# rpm -qa --qf "%{arch} %{name}\n" |grep "kernel\|glib" | i386 glibc-common | i386 glib-devel | athlon kernel | i386 glibc-kernheaders | i386 kernel-source | i386 glibc-devel | i386 kernel-pcmcia-cs | i386 glib2 | i386 glib2-devel | i386 glib | athlon kernel | i686 glibc
-- shrek-m