From owner-cvs-all Wed Aug 1 20:53:41 2001 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 E5D8137B401; Wed, 1 Aug 2001 20:53:36 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f723raK27277; Wed, 1 Aug 2001 20:53:36 -0700 (PDT) (envelope-from rwatson) Message-Id: <200108020353.f723raK27277@freefall.freebsd.org> From: Robert Watson Date: Wed, 1 Aug 2001 20:53:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall config.c menus.c sysinstall.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/08/01 20:53:36 PDT Modified files: usr.sbin/sysinstall config.c menus.c sysinstall.h Log: Add the ability to modify /etc/ttys before first reboot during the system installation process. This allows users installing via serial console to enable serial console login during the installation process using an un-customized install. The user is not prompted to modify /etc/ttys during a normal install, but is offered the opportunity during post-install configuration. - Introduce configTTYs(), which describes the benefits of editing /etc/ttys, and asks for confirmation before spawning the editor. - add configTTYs to the post-install configuration, as well as to the global configuration index. Revision Changes Path 1.185 +26 -1 src/usr.sbin/sysinstall/config.c 1.312 +4 -1 src/usr.sbin/sysinstall/menus.c 1.211 +2 -1 src/usr.sbin/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message