From a6fc0cac56392d03735f476544622ed4895b08fe Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sat, 25 Sep 2021 13:57:22 +0100 Subject: [PATCH] Reorder variables --- quickemu | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/quickemu b/quickemu index 376b02c..c91d8b5 100755 --- a/quickemu +++ b/quickemu @@ -565,28 +565,28 @@ function usage() { # Lowercase variables are used in the VM config file only boot="legacy" +cpu_cores="" +disk_img="" +disk="64G" +driver_iso="" guest_os="linux" img="" iso="" -driver_iso="" -disk_img="" -disk="64G" -usb_devices=() port_forwards=() ram="" -cpu_cores="" +usb_devices=() +DELETE=0 FULLSCREEN="" FULLSPICY="" -DELETE=0 OUTPUT="sdl" +SCREEN="" +SHORTCUT=0 SNAPSHOT_ACTION="" SNAPSHOT_TAG="" STATUS_QUO="" USB_PASSTHROUGH="" VM="" -SHORTCUT=0 -SCREEN="" readonly LAUNCHER=$(basename "${0}") readonly DISK_MIN_SIZE=$((197632 * 8))