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 /cfg | |
| 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 'cfg')
| -rwxr-xr-x | cfg/cirno/cpurc | 1 | ||||
| -rw-r--r-- | cfg/cirno/termrc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cfg/cirno/cpurc b/cfg/cirno/cpurc index d91dba6ff..92e646d75 100755 --- a/cfg/cirno/cpurc +++ b/cfg/cirno/cpurc @@ -7,6 +7,7 @@ # 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 # outgoing mail will appear to originate from this domain site=9front diff --git a/cfg/cirno/termrc b/cfg/cirno/termrc index 3d18e28f1..7c4cb7dd0 100644 --- a/cfg/cirno/termrc +++ b/cfg/cirno/termrc @@ -1,5 +1,6 @@ # 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 # outgoing mail will appear to originate from this domain site=9front |
