9fs: add case 9front
This commit is contained in:
parent
b21482828b
commit
55d3e11f0f
1 changed files with 9 additions and 0 deletions
|
@ -56,6 +56,15 @@ case atomdump
|
|||
9fs atom && mount -nC /srv/atom /n/atomdump atomdump
|
||||
case 9pio
|
||||
srv -nq tcp!9p.io 9pio && mount -nC /srv/9pio /n/9pio
|
||||
case 9front
|
||||
9fs 9front.org
|
||||
for(i in 9front extra fqa hardware iso lists pkg)
|
||||
bind /n/9front.org/$i /n/$i
|
||||
9fs tcp!9front.org!7734
|
||||
bind -a /n/9front.org!7734 /n/lists
|
||||
9fs contrib.9front.org
|
||||
for(i in bugs contrib sources)
|
||||
bind /n/contrib.9front.org/$i /n/$i
|
||||
# arbitrary venti archives
|
||||
case vac:*
|
||||
vacfs <{echo $1}
|
||||
|
|
Loading…
Reference in a new issue