summaryrefslogtreecommitdiffstats
path: root/base/root/scripts
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2009-07-31 22:19:45 +1000
committerMartin Schwenke <martin@meltin.net>2009-07-31 22:19:45 +1000
commit2e004a441748d3bb2d507f14e545faca689d4c34 (patch)
tree72bd9857d89b3812bf0d41932b4ed165e9b47a36 /base/root/scripts
parent0fbbb9436a55066c55e48838e0ae6cd527677e76 (diff)
Make SoFS-postinstall.sh use SOFS_GUI_PACKAGES.
Signed-off-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'base/root/scripts')
-rwxr-xr-xbase/root/scripts/SoFS-postinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/root/scripts/SoFS-postinstall.sh b/base/root/scripts/SoFS-postinstall.sh
index 159154a..7ec2b50 100755
--- a/base/root/scripts/SoFS-postinstall.sh
+++ b/base/root/scripts/SoFS-postinstall.sh
@@ -22,7 +22,7 @@ yum -y update
echo "Installing SoFS packages"
yum -y install sofs-toolset
if [ "@@WITH_SOFS_GUI@@" = 1 ] ; then
- yum -y install sofs-base sofs-gpfs-gui sofs-stats-gui sofs-wizards sofs-space-gui sofs-common
+ yum -y install @@SOFS_GUI_PACKAGES@@
else
echo "Skipping installation of SoFS GUI packages"
fi