mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 01:29:07 +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")
|
"fuse")
|
||||||
mkdir -p /Transfuse
|
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")
|
"db")
|
||||||
mkdir -p /Database
|
mkdir -p /Database
|
||||||
|
@ -20,7 +20,6 @@ start()
|
|||||||
# --pidfile "${PIDFILE}" \
|
# --pidfile "${PIDFILE}" \
|
||||||
# -- -path /Transfuse
|
# -- -path /Transfuse
|
||||||
# eend $? "Failed to start 9pudfuse"
|
# eend $? "Failed to start 9pudfuse"
|
||||||
mkdir -p /Mac
|
|
||||||
OCAMLRUNPARAM=b /sbin/9pudfuse &
|
OCAMLRUNPARAM=b /sbin/9pudfuse &
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user