Richard Anderson wrote: > Hello, > > I'm wondering if there's a way to add specific packages to the distro > used for kickstarting? For example, let's say I want to install MySQL > 4.1.22 (yes, I know it's old) but the distro only includes MySQL 5. > Is there some way to make the package available during the kickstart? > Trying to avoid post-kickstart package installations... >
add them to a repo that you have available at install time and just add them to the %packages section be aware of package name though as it you just had mysql-server then this would install the 5.x version from the base repo _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
