mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
9pudfuse: increase msize to 32k and move mkdir into 9pinit
Signed-off-by: David Sheets <sheets@alum.mit.edu>
This commit is contained in:
parent
160f5aff15
commit
2cc230ba01
@ -18,7 +18,8 @@ start()
|
||||
;;
|
||||
"fuse")
|
||||
mkdir -p /Transfuse
|
||||
mount -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 fuse /Transfuse
|
||||
mkdir -p /Mac
|
||||
mount -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000,msize=32768 fuse /Transfuse
|
||||
;;
|
||||
"db")
|
||||
mkdir -p /Database
|
||||
|
@ -20,7 +20,6 @@ start()
|
||||
# --pidfile "${PIDFILE}" \
|
||||
# -- -path /Transfuse
|
||||
# eend $? "Failed to start 9pudfuse"
|
||||
mkdir -p /Mac
|
||||
OCAMLRUNPARAM=b /sbin/9pudfuse &
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user