Skip to content

Preseed Client Screen Capture

Richard Spindler edited this page Sep 29, 2020 · 1 revision

Linux Preseed Deployment Using Packer

This example involves creating a packer configuration with the following command:

./modest.rb --action create --name ubuntu160401vm01 --mac 00:50:56:34:4E:7A --ip 192.168.2.111 --type packer --os ubuntu --vm fusion --file /export/isos/ubuntu-16.04.1-server-amd64.iso --defaults --verbose

Then building it with the following command:

./modest.rb --action build --vm fusion --type packer --name ubuntu160401vm01

On completion the VM is shutdown and an image is created.

Clone this wiki locally