Date: Wed, 1 Aug 2001 20:53:36 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall config.c menus.c sysinstall.h Message-ID: <200108020353.f723raK27277@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108020353.f723raK27277>