diff options
| author | Martin Schwenke <martin@meltin.net> | 2008-11-06 12:15:05 +1100 |
|---|---|---|
| committer | Martin Schwenke <martin@meltin.net> | 2008-11-06 12:15:05 +1100 |
| commit | 360d0188c0d1c855dfba64afc0cdefd146fbcdc1 (patch) | |
| tree | ea85ea4455d92278eede2ef44779aa13d820b5b7 | |
| parent | f860f41dd6e83622b05e3abd04ab02427a3c7c9b (diff) | |
Enable NFS locking in postinstall.sh.
Signed-off-by: Martin Schwenke <martin@meltin.net>
| -rwxr-xr-x | base/root/scripts/postinstall.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/root/scripts/postinstall.sh b/base/root/scripts/postinstall.sh index 8335155..595e54b 100755 --- a/base/root/scripts/postinstall.sh +++ b/base/root/scripts/postinstall.sh @@ -49,3 +49,7 @@ echo "Rebuilding the GPFS modules" # the TSM packages cause trouble with auto-install # yum -y install TIVsm-API TIVsm-HSM TIVsm-BA + +echo "Enabling NFS locking" +chkconfig nfslock on +service nfslock start |
