Bug 22352

Summary: Fixit doesn't quite work on serial console - sysinstall bug.
Product: Base System Reporter: ambrisko <ambrisko>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ambrisko 2000-10-27 18:40:00 UTC
Changes have been made to support a concept of VAR_FIXIT_TTY being
standard or serial.  This change needs to be done to the entire system that
depends on this.  This way we don't have some code using OnVTY checks
and other doing 
	strcmp(variable_get(VAR_FIXIT_TTY), "standard") == 0
checks.  Also we need to set VAR_FIXIT_TTY to "serial" if we come up on
a serial console.  

Also fixed a dialog problem in that dialog was used when dialog was 
disabled causing some troubles such as not letting the cursor keys
work when exiting the fixit mode on media (ie. not the fixit shell but
for example fixit on a floppy).

I have tested this with under vmware in both serial and non-serial
use.
Comment 1 Chris D.Faulhaber freebsd_committer freebsd_triage 2000-10-29 12:39:38 UTC
Responsible Changed
From-To: gnats-admin->freebsd-bugs

Misfiled PR
Comment 2 jkh freebsd_committer freebsd_triage 2000-10-31 00:03:53 UTC
State Changed
From-To: open->closed

Committed, thanks