add files for cpu server.
This commit is contained in:
parent
de2dc860d3
commit
e9a55e0333
7 changed files with 35 additions and 0 deletions
0
adm/keys.who
Normal file
0
adm/keys.who
Normal file
14
cfg/cirno/cpurc
Executable file
14
cfg/cirno/cpurc
Executable file
|
@ -0,0 +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
|
||||||
|
|
||||||
|
# outgoing mail will appear to originate from this domain
|
||||||
|
site=9front
|
||||||
|
|
||||||
|
ntp=pool.ntp.org
|
14
cfg/cirno/cpustart
Normal file
14
cfg/cirno/cpustart
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
aux/listen -q -t /rc/bin/service.auth -d /rc/bin/service tcp
|
||||||
|
@{
|
||||||
|
rfork n
|
||||||
|
if(~ $monitor vesa)
|
||||||
|
aux/realemu
|
||||||
|
aux/vga -l $vgasize
|
||||||
|
}
|
||||||
|
switch($mouseport){
|
||||||
|
case ps2 ps2intellimouse 0 1 2
|
||||||
|
aux/mouse $mouseport
|
||||||
|
if(~ $accupoint 1)
|
||||||
|
pipefile -dr /bin/aux/accupoint /dev/mouse
|
||||||
|
}
|
||||||
|
exec rio
|
7
cfg/cirno/termrc
Normal file
7
cfg/cirno/termrc
Normal file
|
@ -0,0 +1,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
|
||||||
|
|
||||||
|
# outgoing mail will appear to originate from this domain
|
||||||
|
site=9front
|
||||||
|
|
||||||
|
ntp=pool.ntp.org
|
0
cron/bootes
Normal file
0
cron/bootes
Normal file
0
sys/log/cron
Normal file
0
sys/log/cron
Normal file
Loading…
Reference in a new issue