Date: Thu, 31 Jul 1997 04:08:50 -0700 (PDT) From: "Jordan K. Hubbard" <jkh@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall Makefile sysinstall.h system.c termcap.c Message-ID: <199707311108.EAA20926@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkh 1997/07/31 04:08:50 PDT Modified files: release/sysinstall Makefile sysinstall.h system.c termcap.c Log: Make serial console based installs actually work by: 1. Detecting the split /dev/ttyv0 / /dev/console case, e.g. you've booted with the -h flag and you have a VGA card also. 2. Adding an extra "menu" for selecting terminal type and adding ANSI to the list of compiled-in terms. 3. Opening the proper file descriptors before disowning ourselves. Requested by: pst Revision Changes Path 1.60 +3 -0 src/release/sysinstall/Makefile 1.139 +2 -1 src/release/sysinstall/sysinstall.h 1.82 +26 -5 src/release/sysinstall/system.c 1.23 +50 -3 src/release/sysinstall/termcap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707311108.EAA20926>