diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-05-04 18:55:08 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-05-04 18:55:08 +0000 |
commit | 0461c5843310c5c51bf43b0835f180492e32f579 (patch) | |
tree | f26f48abfbde223adc9630d9becba10aa6f1f7b9 /lib | |
parent | e9a55e0333d2da1f0f3a129310cf210684590494 (diff) | |
download | plan9front-0461c5843310c5c51bf43b0835f180492e32f579.tar.xz |
add cpu server to the installer; add more files for cpu server; make sure they are included on the cd-rom.
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/ndb/local | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/ndb/local b/lib/ndb/local index 590d9f60b..489a06268 100755 --- a/lib/ndb/local +++ b/lib/ndb/local @@ -8,7 +8,22 @@ database= auth=sources.cs.bell-labs.com authdom=outside.plan9.bell-labs.com +auth=cirno.9front authdom=9front + +ntp=pool.ntp.org + # # because the public demands the name localsource # ip=127.0.0.1 sys=localhost dom=localhost + +# example: adjust to fit your network +ipnet=9front ip=192.168.0.0 ipmask=255.255.255.0 + auth=cirno.9front + cpu=cirno.9front + dns=192.168.0.2 + dnsdom=9front + smtp=cirno.9front + +ip=192.168.0.1 sys=gw dom=gw.9front +ip=192.168.0.2 sys=cirno dom=cirno.9front |