diff options
| author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-10 09:14:30 +0000 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-10 09:14:30 +0000 |
| commit | 2febff5948ebb7bf7092911b8fe5dc54cb36cc8b (patch) | |
| tree | f8e7131ea0de5d1cda6e6b6f2318e7bc9d73e95e /rc/bin/cpurc.local | |
| parent | 6063ab829f10853df8f38ea75de826501e30907a (diff) | |
| download | plan9front-2febff5948ebb7bf7092911b8fe5dc54cb36cc8b.tar.xz | |
boot and namespace cleanup
Diffstat (limited to 'rc/bin/cpurc.local')
| -rwxr-xr-x | rc/bin/cpurc.local | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/rc/bin/cpurc.local b/rc/bin/cpurc.local index 1a5a45d3e..318406bf9 100755 --- a/rc/bin/cpurc.local +++ b/rc/bin/cpurc.local @@ -5,10 +5,11 @@ # return addresses, even local ones site=EXAMPLE # replace FILESERVER with the name of your file server -# here we start with kfs, your local disk file system -fileserver=kfs +# 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) +for(i in m i P S t u) bind -a '#'^$i /dev >/dev/null >[2=1] +mount -qa /srv/usb /dev |
