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_64
ISO from theftp.wrz.de
mirror) - Added boot commands to create a
vagrant
sudoer user, so packer's SSH can work - Added a jq command to the README. That command preprocesses
vagrant.json
so that only thevagrant
post-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). Thejq
is also piped through atr
to 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