diff options
Diffstat (limited to 'base/root/scripts')
| -rwxr-xr-x | base/root/scripts/postinstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/root/scripts/postinstall.sh b/base/root/scripts/postinstall.sh index efc65ca..51434a3 100755 --- a/base/root/scripts/postinstall.sh +++ b/base/root/scripts/postinstall.sh @@ -14,7 +14,7 @@ yum -y install scsi-target-utils # we have to force the base GPFS package first, due to the way gpfs updates work echo "Installing GPFS base" -yum -y install gpfs.base-3.2.0-0.x86_64 +yum -y install gpfs.base-@@GPFS_BASE_VERSION@@.@@RHEL_ARCH@@ # then update it |
