Subject: Re: NetBSD 3.0 DHCP
To: Aaron Webster <aaronweb@iimetro.com.au>
From: Hubert Feyrer <hubert@feyrer.de>
List: port-cobalt
Date: 02/24/2006 11:04:47
On Fri, 24 Feb 2006, Aaron Webster wrote:
> I thought no problems i'll just rip the drive out and mount it on the
> I386 booting from the restore cd and add a ifconfig.tlp0 entry. only
> problem with this is there is no editor that will run under the I386
> kernel.

At worst, you can use cat(1):

 	# cat >ifconfig.tlp0
 	... whatever ...
 	^D
 	# cat ifconfig.tlp0
 	... whatever ...
 	#

... or install netBSD, or use some Live CD, see 
http://www.feyrer.de/NetBSD/bx/blosxom.cgi/index.front?-tags=live-cd - 
first entry (NeWBIE) may be the best bet right now.


  - Hubert