svn commit: r217779 - user/nwhitehorn/bsdinstall/release
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Mon Jan 24 14:01:31 UTC 2011
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
;;
More information about the svn-src-user
mailing list