Advertisement
spyderdyne

Untitled

Oct 26th, 2015
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. template.json
  2. {
  3. "builders": [
  4. {
  5. "type": "virtualbox-iso",
  6. "guest_os_type": "Linux_64",
  7. "iso_url": "http://debirf.cmrg.net/autobuilds/amd64/stable/rescue/debirf-rescue_stable_3.2.0-4-amd64.iso",
  8. "iso_checksum": "2b314975a9180576aad44492d8c6aab7eadbc696a28d36c13a2048a2ad4ed6b9",
  9. "iso_checksum_type": "sha256",
  10. "ssh_username": "root",
  11. "ssh_password": "",
  12. "shutdown_command": "echo 'packer' | sudo -S shutdown -P now",
  13. "boot_wait": "5m",
  14. "disk_size": "4000",
  15. "headless": "false"
  16. }
  17. ],
  18.  
  19. "provisioners": [
  20. {
  21. "type": "shell",
  22. "script": "debirf-setup.sh"
  23. }
  24. ]
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement