summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-08-02 03:53:36 +0000
committerrwatson <rwatson@FreeBSD.org>2001-08-02 03:53:36 +0000
commit23ad69190892cdfaa65512d2f3aff0d104ebee25 (patch)
tree0ca7d1b8984314eaeb175c599991ad5ef423a8cb /usr.sbin/sysinstall/sysinstall.h
parent1e1af75f40ca41406710beb9b92dce84af3e8325 (diff)
downloadFreeBSD-src-23ad69190892cdfaa65512d2f3aff0d104ebee25.zip
FreeBSD-src-23ad69190892cdfaa65512d2f3aff0d104ebee25.tar.gz
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.
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index 14d1b95..721aa00 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -455,6 +455,7 @@ extern int configSecurityFascist(dialogMenuItem *self);
extern int configSecurityHigh(dialogMenuItem *self);
extern int configSecurityModerate(dialogMenuItem *self);
extern int configSecurityLiberal(dialogMenuItem *self);
+extern int configTTYs(dialogMenuItem *self);
/* crc.c */
extern int crc(int, unsigned long *, unsigned long *);
OpenPOWER on IntegriCloud