From f227080af7141a8aeb11da3224c2e36a55bb4030 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Fri, 19 Nov 2021 16:37:53 +0800 Subject: [PATCH] V2 cloud-init sysdeploy API with UUID --- embed.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embed.ipxe b/embed.ipxe index 7759ac4..98cdf0b 100644 --- a/embed.ipxe +++ b/embed.ipxe @@ -212,7 +212,7 @@ echo ip-info ${ip-info} sleep 1 -boot boot-kernel initrd=initrd.cpio rootfstype=squashfs root=/squashfs ip=${ip-info} overlayroot=tmpfs:recurse=0 systemd.clock-usec=${unixtime:int32}000000 ds=nocloud-net;s=https://cloud-init.sysdeploy.org/ || goto error_handler +boot boot-kernel initrd=initrd.cpio rootfstype=squashfs root=/squashfs ip=${ip-info} overlayroot=tmpfs:recurse=0 systemd.clock-usec=${unixtime:int32}000000 ds=nocloud-net;s=https://cloud-init.sysdeploy.org/apiv2?uuid=${uuid}&filetype= || goto error_handler # unixtime variable must be used with int32, because that's the only way it # will display as decimal digits. unit32 and string both display as hex.