Bug 13508

Summary: Wrong fixit CDROM in sysinstall
Product: Base System Reporter: sjr <sjr>
Component: miscAssignee: jkh
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description sjr 1999-09-01 03:50:01 UTC
	After choosing the fixit option, you are prompted to install
	the 2nd CDROM for the fixit filesystem. If you do, you get an
	error that it is for the Alpha.

How-To-Repeat: 
	Select the CDROM fixit option after booting from a CDROM
	and install the 2nd CDROM as prompted.
Comment 1 sjr 1999-09-01 04:05:43 UTC
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 } },
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 1999-09-01 09:30:40 UTC
Responsible Changed
From-To: freebsd-bugs->jkh

Jordan might be interested in this one for 3.3-RELEASE. 
Comment 3 jkh freebsd_committer freebsd_triage 1999-09-01 09:59:07 UTC
State Changed
From-To: open->closed

This doesn't require a patch, it simply requires a different cdrom.inf 
file for CD #2, this being an error I made on that specific release. 
It won't reoccur on subsequent releases.