bind devshr to /shr
This commit is contained in:
parent
b0f1c5ed6c
commit
cb9e638c00
3 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@ bind #d /fd
|
|||
bind -c #e /env
|
||||
bind #p /proc
|
||||
bind -c #s /srv
|
||||
bind -q #σ /shr
|
||||
bind -a #¤ /dev
|
||||
|
||||
# mount points
|
||||
|
|
|
@ -23,6 +23,7 @@ boot(int argc, char *argv[])
|
|||
bind("#ec", "/env", MREPL);
|
||||
bind("#e", "/env", MBEFORE|MCREATE);
|
||||
bind("#s", "/srv", MREPL|MCREATE);
|
||||
bind("#σ", "/shr", MREPL);
|
||||
|
||||
if(Debug){
|
||||
int i;
|
||||
|
|
|
@ -104,6 +104,7 @@ rootreset(void)
|
|||
addrootdir("proc");
|
||||
addrootdir("root");
|
||||
addrootdir("srv");
|
||||
addrootdir("shr");
|
||||
}
|
||||
|
||||
static Chan*
|
||||
|
|
Loading…
Reference in a new issue