ailispaw/boot2docker-xhyve

Will need a patch for xhyve to boot new boot2docker

Opened this issue · 2 comments

To mount the new boot2docker ISO on Mac OSX,

$ mkdir ro_iso
$ hdiutil attach -nomount boot2docker.iso
$ diskutil list
$ mount -t cd9660 /dev/diskX ro_iso
$ cp ro_iso/boot/initrd.img .
$ cp ro_iso/boot/vmlinuz .
$ umount ro_iso
$ hdiutil detach /dev/diskX