Skip to content

Commit

Permalink
!! DEBUG K3S !!
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Devulder <[email protected]>
  • Loading branch information
ldevulder committed Oct 3, 2023
1 parent 9b0b84b commit c9355d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ ipxe:
echo "# set config http://example.com/machine-config" >> $${ISO/\.iso/.ipxe}; \
echo "# set cmdline extra.values=1" >> $${ISO/\.iso/.ipxe}; \
echo "initrd \$${url}/\$${initrd}" >> $${ISO/\.iso/.ipxe}; \
echo "chain --autofree --replace \$${url}/\$${kernel} initrd=\$${initrd} ip=dhcp rd.cos.disable root=live:\$${url}/\$${rootfs} stages.initramfs[0].commands[0]=\"curl -k \$${config} > /run/initramfs/live/livecd-cloud-config.yaml\" console=tty1 console=ttyS0 \$${cmdline}" >> $${ISO/\.iso/.ipxe}
echo "chain --autofree --replace \$${url}/\$${kernel} initrd=\$${initrd} ip=dhcp rd.cos.disable root=live:\$${url}/\$${rootfs} console=tty1 console=ttyS0 \$${cmdline}" >> $${ISO/\.iso/.ipxe}

.PHONY: build_all
build_all: build iso extract_kernel_init_squash ipxe
Expand Down

0 comments on commit c9355d3

Please sign in to comment.