summaryrefslogtreecommitdiffstats
path: root/base/root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'base/root/scripts')
-rwxr-xr-xbase/root/scripts/postinstall.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/base/root/scripts/postinstall.sh b/base/root/scripts/postinstall.sh
index 595e54b..efc65ca 100755
--- a/base/root/scripts/postinstall.sh
+++ b/base/root/scripts/postinstall.sh
@@ -53,3 +53,8 @@ echo "Rebuilding the GPFS modules"
echo "Enabling NFS locking"
chkconfig nfslock on
service nfslock start
+
+# For some reason only the x86_64 version gets installed and we need
+# this to build the 32-bit version of the winbind libraries.
+echo "Installing keyutils-libs-devel.i386"
+yum -y install keyutils-libs-devel.i386