From owner-freebsd-bugs Tue Aug 31 20:11: 2 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ED2114C40 for ; Tue, 31 Aug 1999 20:11:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA32888; Tue, 31 Aug 1999 20:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 31 Aug 1999 20:10:02 -0700 (PDT) Message-Id: <199909010310.UAA32888@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Stephen J. Roznowski" Subject: Re: misc/13508: Wrong fixit CDROM in sysinstall Reply-To: "Stephen J. Roznowski" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/13508; it has been noted by GNATS. From: "Stephen J. Roznowski" 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