[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: RPM installtion options



> In kickstart file, when packages are installed, we
> either give
> %packages --resolvedeps
>          OR
> %packages --ignoredeps
>
> What is the default option the RPM takes when none of
> the 2 is mentioned ?
>
> Also, we install our RPM using the following command :
> rpm -i --nodeps <application-name>
>
> What option do we use in the kickstart file to install
> the same RPM package ?
>
> Any light on this would be of great help.

You could always install this package in the %post section. Use the
%post --nochroot to copy the file from the CD to the instalation, then run
the rpm command post-chroot in a %post section :)

Cipri




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]