16 lines
472 B
Bash
Executable file
16 lines
472 B
Bash
Executable file
#!/bin/rc
|
|
# the 9pccpuf kernel runs this file
|
|
|
|
# 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
|
|
# here we start with cwfs, your local disk file system
|
|
fileserver=cwfs
|
|
# replace FACEDOM with the local domain to be used in the faces database
|
|
facedom=FACEDOM
|
|
|
|
for(i in m i P S t u)
|
|
bind -a '#'^$i /dev >/dev/null >[2=1]
|
|
|
|
mount -qa /srv/usb /dev
|