Skip to content

Commit 09058c0

Browse files
authored
Merge pull request #91 from Itxaka/bundle_ipxe_template
2 parents c7373a5 + a320441 commit 09058c0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tools-image/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ COPY ./config.yaml /config/manifest.yaml
9696
COPY ./entrypoint.sh /entrypoint.sh
9797
COPY ./add-cloud-init.sh /add-cloud-init.sh
9898
COPY ./os-release.tmpl /os-release.tmpl
99+
COPY ./ipxe.tmpl /ipxe.tmpl
99100
COPY ./update-os-release.sh /update-os-release.sh
100101

101102
# ARM helpers

tools-image/ipxe.tmpl

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!ipxe
2+
3+
set dns 8.8.8.8
4+
ifconf
5+
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}
6+
initrd ${RELEASE_URL}/${VERSION}/${ISO_NAME}-initrd
7+
boot

0 commit comments

Comments
 (0)