Skip to content

Commit

Permalink
renamed mqtt to static
Browse files Browse the repository at this point in the history
  • Loading branch information
bgant committed Apr 21, 2019
1 parent 92a08fc commit e2f8478
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
Binary file removed ipxe-1af41000-virtio-rancher-dhcp.rom
Binary file not shown.
Binary file removed ipxe-1af41000-virtio-rancher-mqtt.rom
Binary file not shown.
2 changes: 1 addition & 1 deletion ipxe-rancher-mqtt.ipxe → ipxe-rancher-static.ipxe
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ prompt --key 0x02 --timeout 3000 Press Ctrl-B for the iPXE command prompt... &&

# Boot a persistent RancherOS to RAM with specific cloug-config file
set base-url http://releases.rancher.com/os/latest
kernel ${base-url}/vmlinuz rancher.state.dev=LABEL=RANCHER_STATE rancher.state.autoformat=[/dev/sda] rancher.autologin=tty1 rancher.cloud_init.datasources=[url:http://raw.githubuserconent.com/bgant/ipxe-scripts/master/cloud-config-rancher-mqtt]
kernel ${base-url}/vmlinuz rancher.state.dev=LABEL=RANCHER_STATE rancher.state.autoformat=[/dev/sda] rancher.autologin=tty1 rancher.cloud_init.datasources=[url:http://raw.githubuserconent.com/bgant/ipxe-scripts/master/cloud-config-rancher-static]
initrd ${base-url}/initrd
boot

0 comments on commit e2f8478

Please sign in to comment.