mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
boot2docker: mount the /Mac as 9p2000.u
This is needed for symlinks to work properly. Signed-off-by: David Scott <dave.scott@unikernel.com>
This commit is contained in:
parent
5b99c08596
commit
3f7be73e1c
@ -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 &
|
/sbin/9pudc -path /Socket -sock /var/run/docker.sock -detach &
|
||||||
|
|
||||||
mkdir -p /Mac
|
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
|
mkdir -p /Irmin
|
||||||
#mount -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 irmin /Irmin
|
#mount -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 irmin /Irmin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user