kickstart POST nfs mount
Mounting nfs file systems in the %POST section of a CentOS 5 kickstart
mount 172.20.0.1:/home /mnt/temp -o nolock,udp
The nolock option seems to be a new requirement.
mount 172.20.0.1:/home /mnt/temp -o nolock,udp
The nolock option seems to be a new requirement.