mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-05-06 23:26:52 +00:00
Merge pull request #91 from Itxaka/bundle_ipxe_template
This commit is contained in:
commit
09058c0d69
tools-image
@ -96,6 +96,7 @@ COPY ./config.yaml /config/manifest.yaml
|
||||
COPY ./entrypoint.sh /entrypoint.sh
|
||||
COPY ./add-cloud-init.sh /add-cloud-init.sh
|
||||
COPY ./os-release.tmpl /os-release.tmpl
|
||||
COPY ./ipxe.tmpl /ipxe.tmpl
|
||||
COPY ./update-os-release.sh /update-os-release.sh
|
||||
|
||||
# ARM helpers
|
||||
|
7
tools-image/ipxe.tmpl
Normal file
7
tools-image/ipxe.tmpl
Normal file
@ -0,0 +1,7 @@
|
||||
#!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
|
Loading…
Reference in New Issue
Block a user