Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/praseetha-kr/packer-ubuntu

Packer config to build VMX from Ubuntu 20.04 server ISO using subiquity & debian-installer
https://github.com/praseetha-kr/packer-ubuntu

iso packer packer-builder ubuntu ubuntu-server ubuntu2004 vmware-iso vmx

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        


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:

```bash
$ packer build -on-error=ask -force ubuntu-20.04-live-server-packer.json
```

## Ubuntu 20.04 Legacy Server

Run packer build:
```bash
$ 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](https://imagineer.in/blog/packer-build-for-ubuntu-20-04/)