anonym:
> In addition, here are steps to clean up the old build environment as a one time step:
Thanks!
> vagrant box list | \
> grep -o "tails-builder-amd64-jessie-[0-9]\{8\}\>" | \
> xargs -l vagrant box remove ; \
This fails for me with:
"Vagrant is attempting to interface with the UI in a way that requires
a TTY. Most actions in Vagrant that require a TTY have configuration
switches to disable this requirement. Please do that or run Vagrant
with TTY."
The other commands worked fine :)
Cheers!
--
intrigeri