Subject: Re: How to run sshd on read-only mounted root file system?
To: None <tech-userlevel@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: tech-userlevel
Date: 02/24/2006 18:33:48
On Fri, Feb 24, 2006 at 11:07:09PM +0600, Ian Zagorskih wrote:
[Problem with sshd needs a writeable /dev]

IMHO you should use ptyfs in /etc/fstab:

ptyfs /dev/pts ptyfs rw 0 0

Bernd