summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-06-26 11:04:58 +1000
committerMartin Schwenke <martin@meltin.net>2014-07-02 14:17:17 +1000
commitd9373e24f307573812ce6a124ed5593cb7f2dd2d (patch)
tree28ed5b784972d4184c92a03b5644579a6823aaf1 /base
parent3426c0b81ec99f312e08d3828e37ce1bb766f3e6 (diff)
downloadautocluster-d9373e24f307573812ce6a124ed5593cb7f2dd2d.tar.gz
autocluster-d9373e24f307573812ce6a124ed5593cb7f2dd2d.tar.xz
autocluster-d9373e24f307573812ce6a124ed5593cb7f2dd2d.zip
Add gpfs.gskit package
Failure here doesn't matter, so add it unconditionally. Signed-off-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'base')
-rwxr-xr-xbase/all/root/scripts/install_clusterfs_gpfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/all/root/scripts/install_clusterfs_gpfs.sh b/base/all/root/scripts/install_clusterfs_gpfs.sh
index 86eadcb..018b392 100755
--- a/base/all/root/scripts/install_clusterfs_gpfs.sh
+++ b/base/all/root/scripts/install_clusterfs_gpfs.sh
@@ -9,7 +9,7 @@ echo "Updating GPFS base"
yum -y update
echo "Installing remaining GPFS packages"
-yum -y install gpfs.docs gpfs.gpl gpfs.msg.en_US
+yum -y install gpfs.docs gpfs.gpl gpfs.msg.en_US gpfs.gskit
echo "Adding GPFS's bin to PATH"
cat >/etc/profile.d/gpfs-autocluster.sh <<EOF