mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 10:31:35 +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
cfa7f48c17
commit
35eca866de
@ -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
|
||||||
|
|
||||||
|
BIN
initrd.img
BIN
initrd.img
Binary file not shown.
Loading…
Reference in New Issue
Block a user