Description
Is your feature request related to a problem? Please describe.
Not exactly problem, but currently it's somewhat inconvenient to customize vm's kernel command line.
Describe the solution you'd like
Would like to have e.g. configuration option for overriding and/or appending to kernel command line.
Describe alternatives you've considered
cloud init apparently has a way for setting kernel command line, but also their approach is a bit hacky: https://cloudinit.readthedocs.io/en/latest/explanation/kernel-command-line.html
It might be also possible to utilize kvm_arguments
by passing something like kvm_arguments = "-append <...>"
(qemu-kvm man), but I wasn't able to get it work.
Additional context
In order to fine-tune vm, want to be able to modify kernel command line. Currently I'm using cloud-init, and am modifying the command line during vm creation as part of cloud init, but this feels too hacky and would like instead to be able to pass it directly via configuration instead of modifying already running vm.
Metadata
Metadata
Assignees
Projects
Status
⏳ On-Hold