Subject: Re: inetd problems
To: Darren Patterson <tech-install@netbsd.org>
From: Nick Hudson <skrll@netbsd.org>
List: tech-install
Date: 08/06/2001 11:58:09
On Monday 06 August 2001 11:46, Darren Patterson wrote:
[...]
Actually some more hints...
> # If this is not set to YES, the system will drop into single-user mode.
> #
> rc_configured=YES
> wscons=YES
> lpd=YES
These are fine...
> mount -rw /
> mount -rw /usr
You don't need these.
> # Add local overrides below
> inetd
You don't need this
> hostname=legend.cisco.com
> defaultroute=10.1.1.1
Fine.
> ifconfig de0 10.1.1.10 netmask 255.255.255.0
You might like to create a file call /etc/ifconfig.de0 with
inet 10.1.1.10 netmask 255.255.255.0
in it, instead.
Nick