diff --git a/windows/README.md b/windows/README.md new file mode 100644 index 0000000..bb18d6c --- /dev/null +++ b/windows/README.md @@ -0,0 +1,10 @@ +# Lab of Windows machines + +[Create the Windows image using Packer](packer/README.md) + +Then, deploy the lab. + +```sh +terraform init +terraform apply +``` diff --git a/windows/packer/README.md b/windows/packer/README.md index 418e763..7a643aa 100644 --- a/windows/packer/README.md +++ b/windows/packer/README.md @@ -35,6 +35,8 @@ Fetch the Qemu Guest tools. curl -Lo virtio-win.iso https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso ``` +Build the Windows image using Packer. + ```sh sudo /usr/bin/packer build windows_10.json ```