Sha256: 2062b7887d59b21f6e6eab4eb2698a0f69a88f170f11c4b1abef4b50f1ca9811
Contents?: true
Size: 563 Bytes
Versions: 28
Compression:
Stored size: 563 Bytes
Contents
#!ipxe # see http://etherboot.org/wiki/commandline for details on smbios strings set boot-url http://${dhcp-server}/chain set uri-params mac=${mac} set uri-params ${uri-params}&serial=${serial} set uri-params ${uri-params}&product=${product} set uri-params ${uri-params}&manufacturer=${manufacturer} set uri-params ${uri-params}&board-serial=${board-serial} set uri-params ${uri-params}&board-product=${smbios/2.5.0} set uri-params ${uri-params}&dhcp-server=${dhcp-server} set boot-uri ${boot-url}?${uri-params} chain --replace --autofree ${boot-uri} ||
Version data entries
28 entries across 28 versions & 1 rubygems