Subject: Re: MAKEDEV init
To: None <tech-userlevel@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-userlevel
Date: 06/01/2007 19:08:25
On Fri, Jun 01, 2007 at 03:50:18PM +0000, Johnny C. Lam wrote:
> I ask because I'd like to make it a easier to make a read-only-root
> installation on my Xen boxes.

Unless I'm proven wrong, I'd say the following two things are needed for
read-only root:
- dhclient has to be changed to create resolv.conf somewhere else. It
should also be fixed to not loop around if it can't create resolv.conf,
but that's a separate question.
- mount ptyfs and drop /dev/tty* (not all, but the ptys). This works for
most software, would be nice to know what breaks to fix that to use
openpt and friends.

Joerg