Mischa Taylor
Mischa Taylor
FYI: The approach was all rasa's idea - and a great improvement for logging Windows box creation! Essentially stub out Sysprep's `Autounattend.xml` to do as little as possible, delegating as...
Vagrantfile (or template) needs to be formatted as follows: ``` config.vm.network :forwarded_port, guest: 3389, host: 3389 config.vm.communicator = "winrm" config.vm.network :forwarded_port, guest: 5985, host: 5985, id: "winrm", auto_correct:true ``` Key...
Sure thing, can’t hurt. On May 7, 2014, at 3:34 AM, Stefan Scherer [email protected] wrote: > I suggest an id for the RDP port as well as the auto correction,...
I would suggest doing this in a way that doesn't conflict with the existing docker systray app. I suggest this approach from Guy Baconniere via http://blog.docker.io/2014/04/docker-in-ubuntu-ubuntu-in-docker/, fleshing it out into...
Hmmm....yeah, interesting problem that a kickstart would be necessary for each version to be netbootable - let me think on this...
Within a kickstart, I've been able to use environment variables successfully to parametize them - I've had less success with preseed files on Ubuntu/Debian. I want to try to see...
The token-replacement approach might be best because we could also do away with having one kickstart for the netboot and another for the DVD version. But I want to think...
FYI Makefile now works again - "make list" to print out a list of boxes, and "make /.box" to build a single box (example: "make vmware/centos510-net.box")
Yes, looks like scripting is going to be the way to go, alas: http://www.dizwell.com/2013/04/08/conditional-kickstart/ A Makefile can handle this easily.
And an ideal candidate ultimately for extension of Packer variable support to be able to replace tokens in script files as well as the template.json