Subject: install/17904: sysinst should change /etc/ttys when serial bootblock is selected
To: None <gnats-bugs@gnats.netbsd.org>
From: None <olt@bogosoft.com>
List: netbsd-bugs
Date: 08/10/2002 10:03:40
>Number: 17904
>Category: install
>Synopsis: sysinst should change /etc/ttys when serial bootblock is selected
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: install-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sat Aug 10 10:04:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Oliver Tonnhofer
>Release: 1.5.3
>Organization:
.
>Environment:
NetBSD rod 1.5.3 NetBSD 1.5.3 (GENERIC) #34: Mon Jul 1 21:36:06 CEST 2002 he@hamster.urc.uninett.no:/usr/src/sys/arch/i386/compile/GENERIC i386
>Description:
When you want to have access to your NetBSD Box via serial console and select 'serial bootblock' during the installation, you have to modify /etc/ttys manualy for a successful serial access.
>How-To-Repeat:
Install with 'serial bootblock' and reboot the machine. When the Box is booted you can't login.
>Fix:
Change sysinst to do something like the following commands, when a serial bootblock is selected. It would be nice if this is added before the 1.6 release :)
# cd /mnt/etc/
# ed ttys
7
s/Pc/std.9600/
s/pc3/vt220/
s/off/on/
p
w
q
# reboot
>Release-Note:
>Audit-Trail:
>Unformatted: