Skip to content

Instantly share code, notes, and snippets.

View woodrow-shen's full-sized avatar
🎯
Focusing

Woodrow Shen woodrow-shen

🎯
Focusing
  • SiFive
  • Hsinchu
  • 23:22 (UTC +08:00)
View GitHub Profile
@earnubs
earnubs / snappy-osx-vmware-fusion-howto.md
Last active August 13, 2018 21:09
How to setup Ubuntu Core 16 for developers on OS X with VMWare Fusion

Creating an Ubuntu Core Series 16 image

On VMWare fusion, running an Ubuntu Xenial VM, which has a copy of your OS X public SSH key -- the script to build the image will add it to the generated image -- grab the script at https://github.com/zyga/devtools/blob/master/ubuntu-image to create a new image:

./ubuntu-image.sh --developer-mode pc

Convert .img to .vmdk

qemu-img convert pc-devel.img -O vmdk snappy.vmdk