kickstart an x86_64 version and add i386 packages

Jeremy Lyon Jeremy.Lyon at us.ibm.com
Wed Apr 5 16:23:02 UTC 2006






> 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


More information about the redhat-list mailing list