Have toolscenter mount with nolock, in case BoMC output results in nfs client not starting

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11381 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-01-14 16:02:04 +00:00
parent 208e2b5d35
commit 212d75dd29

View File

@ -387,7 +387,7 @@ if [ "$1" != "serial-on" ]; then #if this terminal is a fake, don't use it, awkw
# setup a mount point
mkdir -p /bomc
MNTPOINT=/bomc
mount -t nfs ${xcat_server}:#BOMCPATH# /bomc
mount -t nfs -o nolock ${xcat_server}:#BOMCPATH# /bomc
fi
export UXSPI_BOOTABLE=/bomc