No commit activity in last 3 years
No release in over 3 years
A plugin to allow vagrant to recognize instances of QNX Neutrino RTOS. Guest capabilities are limited to what I can find from other providers and map to QNX. Currently: * halt * change_hostname
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.7
 Project Readme

#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)