[24196] in Source-Commits
/svn/athena r23797 - trunk/debathena/scripts/installer
daemon@ATHENA.MIT.EDU (Evan Broder)
Mon May 18 14:33:53 2009
Date: Mon, 18 May 2009 14:33:40 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200905181833.n4IIXeQu031963@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-05-18 14:33:40 -0400 (Mon, 18 May 2009)
New Revision: 23797
Modified:
trunk/debathena/scripts/installer/install-debathena.sh
Log:
Add workstation to the installer as a valid flavor.
Modified: trunk/debathena/scripts/installer/install-debathena.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.sh 2009-05-18 18:05:00 UTC (rev 23796)
+++ trunk/debathena/scripts/installer/install-debathena.sh 2009-05-18 18:33:40 UTC (rev 23797)
@@ -43,6 +43,8 @@
echo " standard: Athena client software (e.g. discuss) and customizations"
echo " login: Allow Athena users to log into your machine"
echo " login-graphical: Athena graphical login customizations"
+echo " workstation: Managed graphical workstation with minimal need for"
+echo " manual maintenance"
echo ""
# Hack to deal with the older PXE installer (which used a simple flag file to
@@ -60,7 +62,8 @@
fi
fi
while [ standard != "$category" -a login != "$category" -a \
- login-graphical != "$category" -a cluster != "$category" ]; do
+ login-graphical != "$category" -a workstation != "$category" -a \
+ cluster != "$category" ]; do
output -n "Please choose a category or press control-C to abort: "
read category
done