15 lines
745 B
Plaintext
15 lines
745 B
Plaintext
{{define "windows10.ipxe" -}}
|
|
#!ipxe
|
|
|
|
chain http://cms-net-svcs.claremontmakerspace.org/cgi-bin/ipxe-set-hostname-from-serial.py?${serial}
|
|
|
|
kernel http://{{.baseURL}}/configs/static/windows/wimboot
|
|
initrd http://{{.baseURL}}/configs/static/windows/windows10/boot/bcd BCD
|
|
initrd http://{{.baseURL}}/configs/static/windows/windows10/boot/boot.sdi boot.sdi
|
|
initrd http://{{.baseURL}}/configs/static/windows/windows10/winpeshl.ini winpeshl.ini
|
|
initrd http://{{.baseURL}}/configs/windows10/unattend.xml?hostname=${hostname} unattend.xml
|
|
initrd http://{{.baseURL}}/configs/static/windows/windows10/install.bat install.bat
|
|
initrd http://{{.baseURL}}/configs/static/windows/windows10/sources/boot.wim boot.wim
|
|
|
|
boot
|
|
{{end}} |