os_name = "solaris" os_version = "11.4" os_arch = "x86_64" iso_url = "./packer_cache/sol-11_4-ai-x86.iso" iso_checksum = "sha256:e3a29507e583acbc0b912f371c8f328fea7cb6257d587cbc0a651477a52b0a29" parallels_guest_os_type = "solaris" vbox_guest_os_type = "Solaris11_64" vmware_guest_os_type = "solaris11-64" boot_command = ["efalserootsolariswhile (true); do sleep 5; test -f /a/etc/sudoers && grep -v \"vagrant\" \"/a/etc/sudoers\" 2> /dev/null && echo \"vagrant ALL=(ALL) NOPASSWD: ALL\" >> /a/etc/sudoers && break ; done &while (true); do grep \"You may wish to reboot\" \"/var/svc/log/application-auto-installer:default.log\" 2> /dev/null && reboot; sleep 10; done &sleep 5; curl http://{{ .HTTPIP }}:{{ .HTTPPort }}/solaris/default.xml -o default.xml;curl http://{{ .HTTPIP }}:{{ .HTTPPort }}/solaris/profile.xml -o profile.xml;cp default.xml /system/volatile/ai.xml;mkdir /system/volatile/profile;cp profile.xml /system/volatile/profile/profile.xml;svcadm enable svc:/application/auto-installer:default;tail -f /var/svc/log/application-auto-installer\\:default.log"]