diff --git a/README.md b/README.md index 3d4fb00..e14807c 100644 --- a/README.md +++ b/README.md @@ -113,10 +113,12 @@ Vagrant uses _base boxes_ to build virtual machines. To build the _base box_ for cd packer-templates packer build -force -only virtualbox-iso vbox-2012r2-wmf5.json +Note: The `packer build` command can take many hours to run. In particular, it can appear to be stuck on the message `Waiting for WinRM to become available`, and also just after the message `Deployment Image Servicing and Management tool`. + Once the _base box_ is built, import it with the following command: vagrant box add --name windows2012r2min-wmf5-virtualbox windows2012r2min-wmf5-virtualbox.box You should be ready to go. -Before running packer, you might want to customize the build to your preferences. For instance, the keyboard layout can be changed here: https://github.com/dbroeglin/packer-templates/blob/master/scripts/postunattend.xml#L14 \ No newline at end of file +Before running packer, you might want to customize the build to your preferences. For instance, the keyboard layout can be changed here: https://github.com/dbroeglin/packer-templates/blob/master/scripts/postunattend.xml#L14