Skip to content

Commit

Permalink
Reorder variables
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Sep 25, 2021
1 parent c599f2f commit a6fc0ca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions quickemu
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit a6fc0ca

Please sign in to comment.