Its-Alex / packer-windows

Make a windows image with packer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packer-Windows

Make windows image with packer

Requirements

Hack

Move to require version folder

Build image

$ make image

After build you can launch image in vagrant

$ make import-box
$ vagrant up

You can connect with ssh (password may be needed)

$ vagrant ssh

Tips

For now windows is not activate if you want to activate it you need to update Autounattend.xml or build this image, mount it, and copy your key in a file named key.txt in C:\Windows\System32\key.txt

Warning : This file need to have only one line inside without comment and just key

About

Make a windows image with packer

License:GNU Affero General Public License v3.0


Languages

Language:PowerShell 67.6%Language:Batchfile 30.9%Language:Makefile 1.5%