From c26d9c8dfb4a780ae301884297f877987b604e57 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Tue, 19 Mar 2024 09:29:14 +0800 Subject: [PATCH] nocloud-net is deprecated --- embed.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embed.ipxe b/embed.ipxe index 8e81a39..ffdf9ca 100644 --- a/embed.ipxe +++ b/embed.ipxe @@ -260,7 +260,7 @@ imgverify --signer images.sysdeploy.org boot-kernel http://images-sysdeploy.b-cd sleep 1 -boot boot-kernel ${initrd1} ${initrd2} 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 +boot boot-kernel ${initrd1} ${initrd2} rootfstype=squashfs root=/squashfs ip=${ip-info} overlayroot=tmpfs:recurse=0 systemd.clock-usec=${unixtime:int32}000000 ds=nocloud;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.