[26590] in Source-Commits
Re: /svn/athena r25639 -
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Mon Jul 16 19:06:50 2012
Date: Mon, 16 Jul 2012 19:06:46 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201207131951.q6DJp760032280@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1207161906400.18441@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Sure, ACK.
-Ben
On Fri, 13 Jul 2012, Jonathan D Reed wrote:
> 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
>
>