mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-28 11:01:39 +01:00
The recommended command using the config file was triggering a massive memory leak in qemu because it was adding both the default virtual hardware nic as well as the virtio nic. This could be worked around by adding something like -net none or moving all the -net commands from the file to the command line but eh. Clearly qemu config files are used and tested by nobody else so lets just use a trusty script instead.
Description
Languages
Shell
93.1%
Python
6.9%