mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-14 04:01:07 +01:00
The use of getopts was leading to conflicts between this script's short options and qemu's long options. For example -serial was getting interpreted as -s -- erial which is not very helpful.
Description
Languages
Shell
93.1%
Python
6.9%