copr-be: libvirt-new: drop useless comment

The --boot argument is unuseable, since we don't explicitly specify
--kernel anyway.
This commit is contained in:
Pavel Raiskup 2021-07-14 18:42:09 +02:00
parent 6b8c71366b
commit b9749fd4ec

View file

@ -296,7 +296,6 @@ class LibvirtSpawner:
'-n', self.vm_name,
'--channel', "unix,target_type=virtio,name='org.qemu.guest_agent.0'",
'--rng', '/dev/random',
# '--boot', 'kernel_args="ds=nocloud-net"'
] + self.boot_options
for vol in volumes: