damphyr / vagrant-qnx

Create a vagrant base box for QNX Neutrino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Vagrant base box for QNX 6.5.0 SP1

This came out of a yak shaving expedition

##VM for VMWare

  • Get the QNX VM and unpack it in a directory
  • Start the VM
  • Configure the VM for vagrant use using the scripts in setup/
  • Add the metadata.json file to the VM directory
  • Tar the files with tar czvf qnx65sp1.box *.vmdk *.vmx *.vmxf *.nvram metadata.json

To operate this box with Vagrant you will need VMWare Workstation and the VMWare provider for vagrant which both cost money. And this is still not going to work.

You will need the vagrant-guest-qnx plugin:

vagrant plugin install vagrant-guest-qnx

You might want to read the last part of the yak shaving for gotchas (hint: look at the Vagrantfile)

About

Create a vagrant base box for QNX Neutrino


Languages

Language:Shell 72.8%Language:Ruby 27.2%