-
Notifications
You must be signed in to change notification settings - Fork 1
/
ipxe-1.1.0
8 lines (8 loc) · 870 Bytes
/
ipxe-1.1.0
1
2
3
4
5
6
7
8
#!ipxe
dhcp
iflinkwait -t 5000 && echo Detected link on ${ifname}
set version v1.1.0
set base https://harvester-support-lab.s3.us-west-2.amazonaws.com/${version}
kernel ${base}/harvester-${version}-vmlinuz-amd64 initrd=harvester-${version}-initrd-amd64 ip=dhcp net.ifnames=1 rd.cos.disable rd.noverifyssl root=live:${base}/harvester-${version}-rootfs-amd64.squashfs harvester.install.management_interface.interfaces="hwAddr:${net0/mac}" harvester.install.management_interface.method=dhcp harvester.install.management_interface.bond_options.mode=balance-tlb harvester.install.management_interface.bond_options.miimon=100 console=ttyS1,115200n8 harvester.install.automatic=true boot_cmd="echo include_ping_test=yes >> /etc/conf.d/net-online" harvester.install.config_url=https://metadata.platformequinix.com/userdata
initrd ${base}/harvester-${version}-initrd-amd64
boot