mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-09 18:47:36 +00:00
remove 9p mounts for lofs and sockets
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
09a98bf3e2
commit
2668e441d5
@ -8,14 +8,6 @@ start()
|
||||
do
|
||||
TAG=$(cat $virtio/mount_tag)
|
||||
case $TAG in
|
||||
"socket")
|
||||
mkdir -p /Socket
|
||||
mount -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000,msize=32768 socket /Socket
|
||||
;;
|
||||
"plan9")
|
||||
mkdir -p /Mac
|
||||
mount -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000.u,msize=32768 plan9 /Mac
|
||||
;;
|
||||
"fuse")
|
||||
mkdir -p /Transfuse
|
||||
mkdir -p /Mac
|
||||
|
Loading…
Reference in New Issue
Block a user