2011-03-30 07:14:36 -07:00
|
|
|
#!/bin/rc
|
2011-05-09 16:07:41 -07:00
|
|
|
# the 9pccpuf kernel runs this file
|
2011-03-30 07:14:36 -07:00
|
|
|
|
|
|
|
# used only by upas, as default return domain appended to all unqualified
|
|
|
|
# return addresses, even local ones
|
|
|
|
site=EXAMPLE
|
|
|
|
# replace FILESERVER with the name of your file server
|
2011-05-10 02:14:30 -07:00
|
|
|
# here we start with cwfs, your local disk file system
|
|
|
|
fileserver=cwfs
|
2011-03-30 07:14:36 -07:00
|
|
|
# replace FACEDOM with the local domain to be used in the faces database
|
|
|
|
facedom=FACEDOM
|
2011-05-04 11:55:08 -07:00
|
|
|
|
2011-05-15 12:11:36 -07:00
|
|
|
for(i in m i P S t u '$')
|
2011-05-04 11:55:08 -07:00
|
|
|
bind -a '#'^$i /dev >/dev/null >[2=1]
|
2011-05-09 16:07:41 -07:00
|
|
|
|
2011-05-10 02:14:30 -07:00
|
|
|
mount -qa /srv/usb /dev
|