Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/kit/src/run_ephemeral.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Comment thread
cgwalters marked this conversation as resolved.
}

// Add Ignition platform kernel argument if Ignition config is specified
Expand Down