Commit 0ccf60ee authored by Julien Muchembled's avatar Julien Muchembled

vm: no empty floppy/cdrom drives

parent 98b08d24
......@@ -125,6 +125,7 @@ class BaseRecipe(EnvironMixin):
args = ['qemu-system-' + ARCH, '-enable-kvm', '-drive', drive,
'-smp', self.options.get('smp', '1'), '-m', str(mem),
'-net', 'nic,model=virtio', '-net', net,
'-nodefaults', '-vga', 'std',
# https://daniel-lange.com/archives/152-hello-buster.html
'-object', 'rng-random,filename=/dev/urandom,id=rng0',
'-device', 'virtio-rng-pci,rng=rng0']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment