The location of the bootstrap iso image should be set in the VCH config data: https://github.com/vmware/vic/blob/master/lib/metadata/virtual_container_host.go#L111 and pulled from there when creating containers: https://github.com/vmware/vic/blob/master/lib/portlayer/exec/handle.go#L221
The location of the bootstrap iso image should be set in the VCH config data:
https://github.com/vmware/vic/blob/master/lib/metadata/virtual_container_host.go#L111
and pulled from there when creating containers:
https://github.com/vmware/vic/blob/master/lib/portlayer/exec/handle.go#L221