You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
debian-installer/http | 2 years ago | |
subiquity/http | 2 years ago | |
.editorconfig | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
ubuntu-20.04-live-server-packer.json.pkr.hcl | 1 year ago | |
varables.auto.pkrvars.hcl | 1 year ago | |
variables.pkr.hcl | 1 year ago |
README.md

Packer for Ubuntu server
Packer config to build VMware virtual machines (VMX) from Ubuntu 20.04 server ISO file as a source.
Ubuntu 20.04 Server
Run packer build:
$ packer build -on-error=ask -force ubuntu-20.04-live-server-packer.json
Ubuntu 20.04 Legacy Server
Run packer build:
$ packer build -on-error=ask -force ubuntu-20.04-legacy-server-packer.json
For more info: imagineer.in/blog/packer-build-for-ubuntu-20-04