Got it working on Windows 10 + some other misc stuff
Created by: MBetters
- Got it working on Windows 10
- Updated to the latest ISO (the
2019.05.02-x86_64ISO from theftp.wrz.demirror) - Added boot commands to create a
vagrantsudoer user, so packer's SSH can work - Added a jq command to the README. That command preprocesses
vagrant.jsonso that only thevagrantpost-processor runs, so normal users can skip the publishing to Vagrant cloud (otherwise they'd get a 401 Unauthorized error at the end of their packer build). Thejqis also piped through atrto remove Windows carriage returns, if they exist. - Added another
<wait>to fix the race condition where the boot commands try to execute before the autologin occurs