summaryrefslogtreecommitdiffstats
path: root/base/root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'base/root/scripts')
-rwxr-xr-xbase/root/scripts/SoFS-postinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/root/scripts/SoFS-postinstall.sh b/base/root/scripts/SoFS-postinstall.sh
index 159154a..e043d39 100755
--- a/base/root/scripts/SoFS-postinstall.sh
+++ b/base/root/scripts/SoFS-postinstall.sh
@@ -5,6 +5,7 @@
# basic-postinstall.sh but we may have just rewound the cluster, so we
# might be running this on the node install of from kickstart.
echo "Updating from YUM repositories"
+yum clean all
yum -y update
echo "Trying install of scsi-target-utils"