Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Aug 2001 09:54:27 -0700 (PDT)
From:      Doug Ambrisko <ambrisko@ambrisko.com>
To:        "Andrey A. Chernov" <ache@nagual.pp.ru>
Cc:        Robert Watson <rwatson@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.sbin/sysinstall config.c menus.c sysinstall.h
Message-ID:  <200108021654.f72GsRo09313@ambrisko.com>
In-Reply-To: <20010802202230.A706@nagual.pp.ru> "from Andrey A. Chernov at Aug 2, 2001 08:22:32 pm"

next in thread | previous in thread | raw e-mail | index | archive | help

Andrey A. Chernov writes:
| On Thu, Aug 02, 2001 at 09:24:14 -0400, Robert Watson wrote:
| > ttys, it is true.  It's not clear to me what the best way to account for
| > this is--perhaps to apply ttys changes immediately during console
| > configuration, 
| 
| I don't think it will be good - all other configuration options postponed
| and applied only on exit, so better not be different here.
| 
| > or perhaps simply to note in the dialog that pops up before
| > editing /etc/ttys that some changes will be applied later as part of
| > console configuration.  
| 
| Instead of popup box my configTtys() can be called in yet another place
| and do the changes _before_ starting editor on /etc/ttys.

FYI, I did a send-pr of an automatic patch to /etc/ttys if installing
of a serial port to be consistant with the login.conf.

	http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23098

Description

       If you do an install via the serial port, Sysinstall correctly updates 
       loader.conf so the kernel messages come up on the console.  However,
       it should also enable a getty on the serial port as well so you can
       login to that port.  This patch does that by changing "off" to "on " 
       for ttyd0.  Note I do not disable getty on ttyvX.  It's probably fairly
       easy for the admin to just login as root on the serial port and
       disable getty on ttyvX if by chance no display or keyboard device is 
       available to address that issue.

       This should make life a little easier for serial installations.

I guess in the least once this is hashed out the pr should be closed.

Thanks,

Doug A.

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?200108021654.f72GsRo09313>