summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-12-09 02:46:19 +0000
committerjkh <jkh@FreeBSD.org>1998-12-09 02:46:19 +0000
commitd2e462f8b8197c9ea459bf4c02ae572ef81d9560 (patch)
treeac71377818514d95844b8a213bfd14790ff184a9 /release
parentd246f6b8ce4e0d7b48faa60339763ccc30b81b3e (diff)
downloadFreeBSD-src-d2e462f8b8197c9ea459bf4c02ae572ef81d9560.zip
FreeBSD-src-d2e462f8b8197c9ea459bf4c02ae572ef81d9560.tar.gz
Stop erroneously claiming that we're installing booteasy.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index e9907a6..4a051fb 100644
--- a/release/sysinstall/menus.c
+++ b/release/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.174 1998/11/27 22:48:58 jdp Exp $
+ * $Id: menus.c,v 1.175 1998/12/02 03:34:14 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -1092,7 +1092,7 @@ DMenu MenuMBRType = {
" NOTE: PC-DOS users will almost certainly require \"None\"!",
"Press F1 to read about drive setup",
"drives",
- { { "BootMgr", "Install the FreeBSD Boot Manager (\"Booteasy\")",
+ { { "BootMgr", "Install the FreeBSD Boot Manager",
dmenuRadioCheck, dmenuSetValue, NULL, &BootMgr },
{ "Standard", "Install a standard MBR (no boot manager)",
dmenuRadioCheck, dmenuSetValue, NULL, &BootMgr, '(', '*', ')', 1 },
OpenPOWER on IntegriCloud