Skip to content

Wenzel/packer-flare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

packer-flare

Join the chat at https://gitter.im/packer-flare/Lobby

Packer templates to build your FLARE VM from scratch

Requirements

Build

Tweak config.json

Open the config.json and set the variables (cpus, memory_size, ...) to your need

{
    "headless": "true",
    "cpus": "2",
    "memory_size": "4096",
    "disk_size": "61440"
}

Start the build

Select a hypervisor in the following list:

  • qemu
  • virtualbox-iso

Select the desired operating system template:

  • windows_7.json
  • windows_10.json

And start the build:

./packer build --var-file config.json --only virtualbox-iso windows_10.json

About

Packer templates to build your FLARE VM from scratch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published