Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jan 2011 14:01:31 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r217779 - user/nwhitehorn/bsdinstall/release
Message-ID:  <201101241401.p0OE1VjP092674@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Mon Jan 24 14:01:30 2011
New Revision: 217779
URL: http://svn.freebsd.org/changeset/base/217779

Log:
  Explain what to do at the shell.
  
  Submitted by:	rwatson

Modified:
  user/nwhitehorn/bsdinstall/release/rc.local

Modified: user/nwhitehorn/bsdinstall/release/rc.local
==============================================================================
--- user/nwhitehorn/bsdinstall/release/rc.local	Mon Jan 24 13:51:59 2011	(r217778)
+++ user/nwhitehorn/bsdinstall/release/rc.local	Mon Jan 24 14:01:30 2011	(r217779)
@@ -23,6 +23,8 @@ $DIALOG_CANCEL)	# Live CD
 	exit 0
 	;;
 $DIALOG_EXTRA)	# Shell
+	clear
+	echo "When fixed, type 'exit' to return to the installer."
 	/bin/sh
 	. /etc/rc.local
 	;;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101241401.p0OE1VjP092674>