From 883988b84a69d51a4383197197abf90eb6504a9e Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Fri, 22 Mar 2024 20:58:23 +0900 Subject: [PATCH] Draft for Proxmox support This makes use of https://github.com/coreos/afterburn/pull/1023 to set up the ssh keys from the metadata. --- systemd/system/sshkeys.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemd/system/sshkeys.service b/systemd/system/sshkeys.service index f23e93e..4af069d 100644 --- a/systemd/system/sshkeys.service +++ b/systemd/system/sshkeys.service @@ -24,6 +24,8 @@ ConditionKernelCommandLine=|ignition.platform.id=openstack ConditionKernelCommandLine=|flatcar.oem.id=openstack ConditionKernelCommandLine=|coreos.oem.id=openstack +ConditionKernelCommandLine=|flatcar.oem.id=proxmoxve + [Service] Type=oneshot RemainAfterExit=yes