Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2000 15:46:13 -0800 (PST)
From:      "Jordan K. Hubbard" <jkh@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/release/sysinstall install.c system.c
Message-ID:  <200010302346.PAA11219@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkh         2000/10/30 15:46:13 PST

  Modified files:
    release/sysinstall   install.c system.c 
  Log:
  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).
  
  Submitted by:	Doug Ambrisko <ambrisko@whistle.com>
  PR:		22352
  
  Revision  Changes    Path
  1.285     +26 -17    src/release/sysinstall/install.c
  1.108     +19 -11    src/release/sysinstall/system.c



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




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