mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-08-02 08:06:24 +00:00
7 lines
367 B
Cheetah
7 lines
367 B
Cheetah
#!ipxe
|
|
|
|
set dns 8.8.8.8
|
|
ifconf
|
|
kernel ${RELEASE_URL}/${VERSION}/${ISO_NAME}-kernel root=live:${RELEASE_URL}/${VERSION}/${ISO_NAME}.squashfs initrd=${ISO_NAME}-initrd rd.neednet=1 ip=dhcp rd.cos.disable netboot nodepair.enable config_url=${config} console=tty1 console=ttyS0 rd.live.overlay.overlayfs ${cmdline}
|
|
initrd ${RELEASE_URL}/${VERSION}/${ISO_NAME}-initrd
|
|
boot |