| Summary: | Wrong fixit CDROM in sysinstall | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | sjr <sjr> | ||||
| Component: | misc | Assignee: | jkh | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.0-CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
sjr
1999-09-01 03:50:01 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 } },
Responsible Changed From-To: freebsd-bugs->jkh Jordan might be interested in this one for 3.3-RELEASE. 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. |