diff options
| author | Martin Schwenke <martin@meltin.net> | 2012-05-02 16:45:09 +1000 |
|---|---|---|
| committer | Martin Schwenke <martin@meltin.net> | 2012-05-02 16:45:09 +1000 |
| commit | 84e5f3987f1e7a59d4083fa2cf7ecd03ce747745 (patch) | |
| tree | eee929515d9398b9e90b15ed9b2d4353d72fb0f9 /base | |
| parent | 750324e5c07aec91df934458d0df527f540767df (diff) | |
templates - gpfs-nas-postinstall.sh should install nfs-utils
Signed-off-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'base')
| -rwxr-xr-x | base/all/root/scripts/gpfs-nas-postinstall.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/all/root/scripts/gpfs-nas-postinstall.sh b/base/all/root/scripts/gpfs-nas-postinstall.sh index 0a6734a..f0a6ce0 100755 --- a/base/all/root/scripts/gpfs-nas-postinstall.sh +++ b/base/all/root/scripts/gpfs-nas-postinstall.sh @@ -31,6 +31,9 @@ echo "Rebuilding the GPFS modules" echo "Installing rssh" yum -y install rssh +echo "Installing NFS" +yum -y install nfs-utils + echo "Enabling NFS locking" chkconfig nfslock on service nfslock start |
