From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <79d3714aaf80ebe9a4cf91790264f48c@quanstro.net> From: erik quanstrom Date: Mon, 27 Jul 2009 23:42:26 -0400 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] diskless cpu from a fossil Topicbox-Message-UUID: 2f8ff888-ead5-11e9-9d60-3106f5b1d025 On Mon Jul 27 22:41:35 EDT 2009, lyndon@orthanc.ca wrote: > Does anyone have a copy online of a working plan9.ini for pxe booting a > diskless cpu server from a fossil? I've been going through the manpages > and wiki but things just aren't clear to me exactly what needs to be done > wrt configuring the nvram settings. Things have changed since 2ed ... > this is i use for ken fs, for fossil you will need to s/il/tcp/g. bootfile=ether0!tyty!/386/9pccpu.gz bootargs=il nobootprompt=il but the real secret sauce is in /lib/ndb/local. the easiest way to do things is with an ipnet entry something like ipnet=example.com ip=10.0.0.0 ipmask=/96 fs=myfs.example.com gw=gw.example.com auth=auth.example.com dns=10.0.0.2 dnsdomain=example.com ipgw=10.0.0.1 it's important that ndb/ipquery returns reasonable answers for fs and auth for your cpu server. - erik