What's the correct way to install OpenVZ via kickstart [message #51477] |
Tue, 24 June 2014 16:13 |
PeterSteele
Messages: 5 Registered: February 2014 Location: United States
|
Junior Member |
|
|
I have a streamlined CentOS install that's automated through the kickstart facility. I want my custom image to use the OpenVZ kernel instead of the default CentOS kernel. I'm not sure what the correct way is to do this.
My current kickstart script does not explicitly reference which kernel files are installed. This is handled automatically by the @core entry in the %packages section:
%packages --nobase
@core
I know I can add code in %post to install the kickstart kernel as one of the final stages of the kickstart install process. Is this the best way?
|
|
|