Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 1999 20:10:02 -0700 (PDT)
From:      "Stephen J. Roznowski" <sjr@home.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/13508: Wrong fixit CDROM in sysinstall
Message-ID:  <199909010310.UAA32888@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/13508; it has been noted by GNATS.

From: "Stephen J. Roznowski" <sjr@home.net>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: misc/13508: Wrong fixit CDROM in sysinstall
Date: Tue, 31 Aug 1999 23:05:43 -0400 (EDT)

 Sorry, first patch was slightly incomplete... Try this one.
 
 
 --- release/sysinstall/menus.c.orig	Tue Aug 31 23:02:53 1999 +++
 release/sysinstall/menus.c	Tue Aug 31 23:03:30 1999 @@ -1576,14
 +1576,15 @@ DMENU_NORMAL_TYPE, "Please choose a fixit option", "There
      are three ways of going into \"fixit\" mode:\n" -    "- you can use
 the 2nd FreeBSD CDROM, in which case there will be\n" -    "  full
 access to the complete set of FreeBSD commands and utilities,\n" +    "-
 you can use the 1st FreeBSD CDROM (x86) or 2nd FreeBSD CDROM (alpha)\n"
 +    "  in which case there will be full access to the complete set of\n"
 +    "  FreeBSD commands and utilities,\n"
      "- you can use the more limited (but perhaps customized) fixit floppy,\n"
      "- or you can start an Emergency Holographic Shell now, which is\n"
      "  limited to the subset of commands that is already available right now.",
      "Press F1 for more detailed repair instructions",
      "fixit",
 -{ { "1 CDROM",	"Use the 2nd \"live\" CDROM from the distribution",	NULL, installFixitCDROM },
 +{ { "1 CDROM",	"Use the 1st/2nd \"live\" CDROM from the distribution",	NULL, installFixitCDROM },
    { "2 Floppy",	"Use a floppy generated from the fixit image",		NULL, installFixitFloppy },
    { "3 Shell",	"Start an Emergency Holographic Shell",			NULL, installFixitHoloShell },
    { NULL } },
 
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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