/cfig/cirno/*: clarify comments.
This commit is contained in:
parent
1c63dadd35
commit
4756752e56
3 changed files with 5 additions and 10 deletions
|
@ -1,9 +1,5 @@
|
|||
#!/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
|
||||
# the 9pccpuf kernel runs this file
|
||||
|
||||
# example: adjust to fit your network
|
||||
#ip/ipconfig -g 192.168.0.1 ether /net/ether0 192.168.0.2 255.255.255.0
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
# the 9pccpuf kernel runs this file
|
||||
|
||||
aux/listen -q -t /rc/bin/service.auth -d /rc/bin/service tcp
|
||||
|
||||
@{
|
||||
rfork n
|
||||
if(~ $monitor vesa)
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
#!/bin/rc
|
||||
# terminal-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
|
||||
# the 9pcf kernerl runs this file
|
||||
|
||||
# example: adjust to fit your network
|
||||
#ip/ipconfig -g 192.168.0.1 ether /net/ether0 192.168.0.2 255.255.255.0
|
||||
|
|
Loading…
Reference in a new issue