Results 1 to 3 of 3
Hello,
I am creating a kickstart and do not want to have the xen kernel installed for RHEL5. I know that I can always install RHEL5 and change grub.conf to ...
- 03-18-2009 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 24
Choosing kernel in Kickstart
Hello,
I am creating a kickstart and do not want to have the xen kernel installed for RHEL5. I know that I can always install RHEL5 and change grub.conf to install another kernel but when you have hundreds of systems to upgrade to RHEL5 that is just not an option.
Right now, my kickstart installs and boots 2.6.18-92.el5xen by default. How do I get it to only install and/or boot the 2.6.18-92.el5 kernel?
Thanks in advance!
Starr
- 03-19-2009 #2Linux Newbie
- Join Date
- Feb 2009
- Posts
- 99
bad idea:
in post script:
%post
rpm -ivh /$PATH/kernel-2.6.18-92.el5.rpm
rpm -e kernel-2.6.18xen
- 03-19-2009 #3Just Joined!
- Join Date
- Mar 2008
- Posts
- 24
Thank you for your reply. Why would you say it is a bad idea to not want to install the Xen kernel?


Reply With Quote