diff options
| author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-05-09 08:32:55 +0000 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-05-09 08:32:55 +0000 |
| commit | 22ec6165bc7ffe68c82e1b14d6d77045c8c3605b (patch) | |
| tree | 0a4e4baa2c5d445722ba723f37566ceec2018ac1 /cfg | |
| parent | 26c2845917cb4661a6e04e3b41d52fdc1338a2c4 (diff) | |
| parent | 28859a83f41b4c5231865cc556665f2060c70010 (diff) | |
| download | plan9front-22ec6165bc7ffe68c82e1b14d6d77045c8c3605b.tar.xz | |
merge
Diffstat (limited to 'cfg')
| -rwxr-xr-x | cfg/cirno/cpurc | 9 | ||||
| -rw-r--r-- | cfg/cirno/termrc | 16 |
2 files changed, 15 insertions, 10 deletions
diff --git a/cfg/cirno/cpurc b/cfg/cirno/cpurc index 92e646d75..0fc384a34 100755 --- a/cfg/cirno/cpurc +++ b/cfg/cirno/cpurc @@ -6,10 +6,9 @@ # ip/ipconfig -g your-gateway ether /net/ether0 your-ip-address your-subnet-mask # example: adjust to fit your network -ip/ipconfig -g 192.168.0.1 ether /net/ether0 192.168.0.2 255.255.255.0 -ndb/dns -rs +#ip/ipconfig -g 192.168.0.1 ether /net/ether0 192.168.0.2 255.255.255.0 +#ndb/dns -rs +#aux/timesync -Ln pool.ntp.org # outgoing mail will appear to originate from this domain -site=9front - -ntp=pool.ntp.org +#site=9front diff --git a/cfg/cirno/termrc b/cfg/cirno/termrc index 7c4cb7dd0..55783624d 100644 --- a/cfg/cirno/termrc +++ b/cfg/cirno/termrc @@ -1,8 +1,14 @@ +#!/bin/rc +# cpu-specific startup + +# Since booting from venti could have started loopback, +# don't test for existing interfaces, just use ipconfig. +# ip/ipconfig -g your-gateway ether /net/ether0 your-ip-address your-subnet-mask + # example: adjust to fit your network -ip/ipconfig -g 192.168.0.1 ether /net/ether0 192.168.0.2 255.255.255.0 -ndb/dns -r +#ip/ipconfig -g 192.168.0.1 ether /net/ether0 192.168.0.2 255.255.255.0 +#ndb/dns -r +#aux/timesync -Ln pool.ntp.org # outgoing mail will appear to originate from this domain -site=9front - -ntp=pool.ntp.org +#site=9front |
