summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-08-11 09:44:57 +0000
committerjkh <jkh@FreeBSD.org>1997-08-11 09:44:57 +0000
commitba6340d33073b774ebb6897ce35dfb411e0d005b (patch)
tree8eb4744b4b17076d7e5ba919d7bca7633e4eedd1
parent01dae1c44163d03d9b010dad37f6364804a4e29a (diff)
downloadFreeBSD-src-ba6340d33073b774ebb6897ce35dfb411e0d005b.zip
FreeBSD-src-ba6340d33073b774ebb6897ce35dfb411e0d005b.tar.gz
Make the CLI mode message a little less intimidating.
Suggested by: Richard Underwood <ru@atticus.com>
-rw-r--r--sys/i386/i386/userconfig.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/i386/userconfig.c b/sys/i386/i386/userconfig.c
index feb366c..8bacef1 100644
--- a/sys/i386/i386/userconfig.c
+++ b/sys/i386/i386/userconfig.c
@@ -46,7 +46,7 @@
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
- ** $Id: userconfig.c,v 1.85 1997/03/13 18:03:47 joerg Exp $
+ ** $Id: userconfig.c,v 1.86 1997/06/22 13:51:04 msmith Exp $
**/
/**
@@ -2358,7 +2358,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: userconfig.c,v 1.85 1997/03/13 18:03:47 joerg Exp $
+ * $Id: userconfig.c,v 1.86 1997/06/22 13:51:04 msmith Exp $
*/
#include "scbus.h"
@@ -2759,8 +2759,8 @@ introfunc(CmdParm *parms)
int curr_item, first_time, extended = 0;
static char *choices[] = {
" Skip kernel configuration and continue with installation ",
- " Start kernel configuration in Visual mode ",
- " Start kernel configuration in CLI mode (experts only) ",
+ " Start kernel configuration in full-screen visual mode ",
+ " Start kernel configuration in CLI mode ",
};
clear();
OpenPOWER on IntegriCloud