> hello, > > i am making a kickstart installation for redhat as 4 for x86_64 > architecture, but i want to add packages which has an x86_64.rpm file > and an i386.rpm file and i want to install them both. but when i define > the package in the kickstart file, the installer will only install the > x86_64 package. > > how can i do this... > In your %packages section identify the packages similar to this %packages compat-libstdc++-33 #This will give you the x86_64 compat-libstdc++-33.i386 #This will give you the i386 -Jeremy -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list