mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Merge pull request #1 from djs55/9p2000.u
boot2docker: mount the /Mac as 9p2000.u
This commit is contained in:
commit
baaed8c4f6
@ -54,7 +54,7 @@ mount -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 socket /Socke
|
||||
/sbin/9pudc -path /Socket -sock /var/run/docker.sock -detach &
|
||||
|
||||
mkdir -p /Mac
|
||||
mount -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 plan9 /Mac
|
||||
mount -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000.u plan9 /Mac
|
||||
mkdir -p /Irmin
|
||||
#mount -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 irmin /Irmin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user