Skip to content

Commit

Permalink
Add packer config for Ubuntu 17.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishcoleman committed Mar 6, 2018
1 parent 77f04c3 commit 0aacc67
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ubuntu/ubuntu1710.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"_comment": "Build with `packer build -var-file=ubuntu1710.json ubuntu.json`",
"vm_name": "ubuntu1710",
"cpus": "1",
"disk_size": "65536",
"iso_checksum": "af913c00296eb0cfece99b8a02ae6db035ae173ed240241e780c8d7db96914b1",
"iso_checksum_type": "sha256",
"iso_url": "http://releases.ubuntu.com/artful/ubuntu-17.10-server-amd64.iso",
"memory": "512",
"preseed" : "preseed.cfg",
"version" : "1"
}

0 comments on commit 0aacc67

Please sign in to comment.