]> git.ipfire.org Git - thirdparty/systemd.git/commit
vmspawn: extend kernel cmdline with extra args v255-rc1
authorSam Leonard <sam.leonard@codethink.co.uk>
Mon, 6 Nov 2023 10:25:12 +0000 (10:25 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 6 Nov 2023 11:46:38 +0000 (11:46 +0000)
commit4291f4461e6b0ddcc93b642291311f3fa8c82fb0
tree15360380aaea9ce2dc9f9569fed7038a8281c68e
parent12c8a7de1248fbf435ed5d521d1a8405d5827b22
vmspawn: extend kernel cmdline with extra args

This changes how the "extra" command line arguments passed to vmspawn
are handled.

Previously they were appended to the QEMU command line directly.
Now they are appended to the kernel command line using SMBIOS instead.
man/systemd-vmspawn.xml
src/vmspawn/vmspawn.c