Skip to content

Commit

Permalink
Change iPXE URL to HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Broer committed Feb 6, 2016
1 parent 4c04d2e commit 6d4ae42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vultr.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ func (d *Driver) validatePlan() error {
// RancherOS - Create iPXE boot script
func (d *Driver) createBootScript() error {
content := `#!ipxe
set base-url https://releases.rancher.com/os/latest
set base-url http://releases.rancher.com/os/latest
kernel ${base-url}/vmlinuz rancher.state.formatzero=true rancher.state.autoformat=[/dev/sda,/dev/vda] rancher.cloud_init.datasources=[ec2]
initrd ${base-url}/initrd
boot`
Expand Down

0 comments on commit 6d4ae42

Please # to comment.