From owner-cvs-all Mon Oct 30 15:46:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C52737B479; Mon, 30 Oct 2000 15:46:13 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA11219; Mon, 30 Oct 2000 15:46:13 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <200010302346.PAA11219@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Mon, 30 Oct 2000 15:46:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall install.c system.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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