diff --git a/crates/kit/src/run_ephemeral.rs b/crates/kit/src/run_ephemeral.rs index fae2511b2..4e36e5c65 100644 --- a/crates/kit/src/run_ephemeral.rs +++ b/crates/kit/src/run_ephemeral.rs @@ -1696,7 +1696,7 @@ StandardOutput=file:/dev/virtio-ports/executestatus // We don't provide any cloud-init datasource right now, // though in the future it would make sense to do so, // and switch over our SSH key injection. - kernel_cmdline.push("ds=iid-datasource-none".to_string()); + kernel_cmdline.push("ds=None".to_string()); } // Add Ignition platform kernel argument if Ignition config is specified