[25803] in Source-Commits
/svn/athena r25239 - trunk/debathena/scripts/installer/pxe/stage1/debathena
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Fri Jul 15 17:59:38 2011
Date: Fri, 15 Jul 2011 17:59:32 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201107152159.p6FLxWJR030513@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2011-07-15 17:59:31 -0400 (Fri, 15 Jul 2011)
New Revision: 25239
Modified:
trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh
Log:
Remove non-functional 1b for now
Modified: trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh
===================================================================
--- trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh 2011-07-14 22:20:02 UTC (rev 25238)
+++ trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh 2011-07-15 21:59:31 UTC (rev 25239)
@@ -172,20 +172,21 @@
1)
echo "Debathena CLUSTER it is."; pxetype=cluster ;;
1b)
- # This too.
- echo "Debathena CLUSTER it is."; pxetype=cluster
- echo "...but you get to partition by hand. Your hard disk"
- echo "will not be automatically reformatted."; destroys=notreally
- echo
- echo "The default cluster installer sets up:"
- echo " - a 200MB ext3 /boot partition"
- echo " - an LVM volume group named 'athena', containing"
- echo " - a (3x system RAM)-sized swap LV (at least 512 MB)"
- echo " - a root LV taking up half the remaining space (at least 10 GB)"
- echo
- echo "You probably want to set up something similar."
- echo "Press enter to continue."
- read r;;
+ echo "Your princess is in another castle."
+ ;;
+ # echo "Debathena CLUSTER it is."; pxetype=cluster
+ # echo "...but you get to partition by hand. Your hard disk"
+ # echo "will not be automatically reformatted."; destroys=notreally
+ # echo
+ # echo "The default cluster installer sets up:"
+ # echo " - a 200MB ext3 /boot partition"
+ # echo " - an LVM volume group named 'athena', containing"
+ # echo " - a (3x system RAM)-sized swap LV (at least 512 MB)"
+ # echo " - a root LV taking up half the remaining space (at least 10 GB)"
+ # echo
+ # echo "You probably want to set up something similar."
+ # echo "Press enter to continue."
+ # read r;;
2)
echo "Normal Debathena install it is."; pxetype=choose ;;
3)