From d2e462f8b8197c9ea459bf4c02ae572ef81d9560 Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 9 Dec 1998 02:46:19 +0000 Subject: Stop erroneously claiming that we're installing booteasy. --- release/sysinstall/menus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release') 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 }, -- cgit v1.1