[26588] in Source-Commits
/svn/athena r25639 - trunk/debathena/scripts/installer/pxe/stage1/debathena
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Fri Jul 13 15:51:09 2012
Date: Fri, 13 Jul 2012 15:51:07 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201207131951.q6DJp760032280@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2012-07-13 15:51:06 -0400 (Fri, 13 Jul 2012)
New Revision: 25639
Modified:
trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh
Log:
Explain that they probably don't want this rescue shell (#927)
Modified: trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh
===================================================================
--- trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh 2012-07-13 19:37:41 UTC (rev 25638)
+++ trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh 2012-07-13 19:51:06 UTC (rev 25639)
@@ -213,6 +213,12 @@
echo "Vanilla Ubuntu it is."; pxetype=vanilla;;
4)
echo "Here's a shell. You'll return to this prompt when done."
+ echo
+ echo "Note: This shell has no job control, and unless you know"
+ echo "what you're doing, you almost certainly want to switch to"
+ echo "VT2 (by pressing Ctrl-Alt-F2), and use the shell there."
+ echo "You can return to this screen (VT5) by pressing Ctrl-Alt-F5."
+ echo
/bin/sh;;
m|M)
echo