From c6a303f35d83452c3dd927b2a460fcdd656439e3 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Sat, 3 Apr 2021 22:32:22 +0200 Subject: [PATCH] doc --- windows/README.md | 10 ++++++++++ windows/packer/README.md | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 windows/README.md 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 ```