Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/praseetha-kr/packer-ubuntu
- Owner: Praseetha-KR
- Created: 2020-05-03T13:40:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T09:26:19.000Z (about 4 years ago)
- Last Synced: 2024-10-17T07:56:45.728Z (3 months ago)
- Topics: iso, packer, packer-builder, ubuntu, ubuntu-server, ubuntu2004, vmware-iso, vmx
- Homepage: https://imagineer.in/blog/packer-build-for-ubuntu-20-04/
- Size: 10.7 KB
- Stars: 54
- Watchers: 4
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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/)