Skip to content

Commit

Permalink
* virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyxu committed Nov 7, 2013
1 parent 8dfa829 commit 221c206
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions templates/ubuntu.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,29 @@
"ssh_wait_timeout": "20m",
"ssh_username": "vagrant",
"ssh_password": "vagrant"
},
{
"type": "virtualbox",
"iso_url": "http://releases.ubuntu.com/saucy/ubuntu-13.10-server-amd64.iso",
"iso_checksum": "2bead0f1f451734461ff88f913f4b02ba9e873b15f097a5c231bdb3763ea42e3",
"iso_checksum_type": "sha256",
"boot_wait": "5s",
"boot_command": [
"<esc><esc><enter><wait>",
"/install/vmlinuz noapic preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",
"debian-installer=en_US auto locale=en_US kbd-chooser/method=us ",
"hostname={{ .Name }} ",
"fb=false debconf/frontend=noninteractive ",
"keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA keyboard-configuration/variant=USA console-setup/ask_detect=false ",
"initrd=/install/initrd.gz -- <enter>"
],
"http_directory": "http",
"shutdown_command": "echo 'vagrant' | sudo -S shutdown -P now",
"ssh_wait_timeout": "20m",
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso",
"virtualbox_version_file": ".vbox_version",
"ssh_username": "vagrant",
"ssh_password": "vagrant"
}
],

Expand All @@ -34,6 +57,9 @@
"scripts": [
"scripts/vmware.sh"
]
},
"virtualbox": {
"script": "/usr/bin/true"
}
}
}
Expand Down

0 comments on commit 221c206

Please sign in to comment.