Skip to content

benjamin-crill/packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

packer-Win10

What is packer-Win10 ?

packer-Win10 is a set of configuration files used to build automated Windows 10 virtual machine images using Packer. This Packer configuration file allows you to build images for VMware Workstation and Oracle VM VirtualBox.

Prerequisites

How to use Packer

Commands to create an automated VM image:

To create a Windows 10 VM image using VMware Workstation use the following commands:

cd c:\packer-Win10
packer build -only=vmware-iso win10.json

To create a Windows 10 VM image using Oracle VM VirtualBox use the following commands:

cd c:\packer-Win10
packer build -only=virtualbox-iso win10.json

Default credentials

The default credentials for this VM image are:

Username Password
administrator packer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published