On 10/15/2011 08:46 PM, Musayev, Ilya wrote:
I'm a bit puzzled, I was under impression in the %post of kickstart I can mount 
the NFS share and install/upgrade the new kernel. For some reason though, the 
kernel would not get updated.

I have something like this in my post:

%post
mkdir /mnt/update
mount nfsserver:/update /mnt/update
rpm -iUvh kernel-2.6.18-274.3.1.rpm

For some reason this does not work. I cannot use YUM in this case due to some 
other issue.

What is wrong?



I typically do the nfs mount as -o ro,nolock

The ro is for caution, the nolock was required to get it to work.

Hugh

_______________________________________________
rhelv5-list mailing list
rhelv5-list@redhat.com
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to