I can try with ignition.firstboot also set, first…
So, I did it and retrieved the boot log with journalctl -k.
I can see the kernel arguments with networking parameters injected:
Dec 28 21:10:49 localhost kernel: Command line: BOOT_IMAGE=(hd0,gpt3)/ostree/fedora-coreos-a73d20d77e7ff7d9fb0d3c856edb9531f8eca8f8433bf61736da20befca2bbde/vmlinuz-5.8.17-200.fc32.x86_64 mitigations=auto,nosmt systemd.unified_cgroup_hierarchy=0 console=tty0 console=ttyS0,115200n8 ignition.firstboot rd.neednet=1 ip=193.149.36.208::193.149.36.254:255.255.252.0:bootstrap:ens192:none nameserver=193.149.36.118 ostree=/ostree/boot.1/fedora-coreos/a73d20d77e7ff7d9fb0d3c856edb9531f8eca8f8433bf61736da20befca2bbde/0 ignition.platform.id=vmware
However, these are the arguments from my ignition.firstboot file (in the ignition.firstboot and in the Afterburn arguments I have the same IP data but in the Afterburn string I terminated with “:off” while in ignition.firstboot with “:none nameserver=…”).
So the Afterburn arguments are simply not there. Does FCOS32 not yet support Afterburn?