Eric Sisolak wrote:
Hello all,

I have run into an issue and have not been able to figure out how to do this.

My goal is to use kickstart to install a system.  During the install
it would access RHN so it could get the latest packages.  Once
completed the system should be totally up to date, no yum update
needed.

I used the "key" directive with the installation number.  While it
accepted the number it did not use RHN.  I tried the subscription key,
but it rejected that of course.

Is there another step that I am missing?  I was unable to locate any
information detailing how to do this.

Thanks!

--
Eric



The installation key is used to determine which software can be installed from the install media. In the kickstart %post environment, you'll need to register the system with RHN and then patch it.

e.g.

rhnreg_ks --activationkey="your rhn subscription key"
yum -y update


Hugh

_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to