liufujun135 / packer-ubuntu

Packer config to build VMX from Ubuntu 20.04 server ISO using subiquity & debian-installer

Home Page:https://imagineer.in/blog/packer-build-for-ubuntu-20-04/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

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

About

Packer config to build VMX from Ubuntu 20.04 server ISO using subiquity & debian-installer

https://imagineer.in/blog/packer-build-for-ubuntu-20-04/