mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Reorder variables
This commit is contained in:
parent
c599f2f390
commit
a6fc0cac56
1 changed files with 8 additions and 8 deletions
16
quickemu
16
quickemu
|
@ -565,28 +565,28 @@ function usage() {
|
||||||
|
|
||||||
# Lowercase variables are used in the VM config file only
|
# Lowercase variables are used in the VM config file only
|
||||||
boot="legacy"
|
boot="legacy"
|
||||||
|
cpu_cores=""
|
||||||
|
disk_img=""
|
||||||
|
disk="64G"
|
||||||
|
driver_iso=""
|
||||||
guest_os="linux"
|
guest_os="linux"
|
||||||
img=""
|
img=""
|
||||||
iso=""
|
iso=""
|
||||||
driver_iso=""
|
|
||||||
disk_img=""
|
|
||||||
disk="64G"
|
|
||||||
usb_devices=()
|
|
||||||
port_forwards=()
|
port_forwards=()
|
||||||
ram=""
|
ram=""
|
||||||
cpu_cores=""
|
usb_devices=()
|
||||||
|
|
||||||
|
DELETE=0
|
||||||
FULLSCREEN=""
|
FULLSCREEN=""
|
||||||
FULLSPICY=""
|
FULLSPICY=""
|
||||||
DELETE=0
|
|
||||||
OUTPUT="sdl"
|
OUTPUT="sdl"
|
||||||
|
SCREEN=""
|
||||||
|
SHORTCUT=0
|
||||||
SNAPSHOT_ACTION=""
|
SNAPSHOT_ACTION=""
|
||||||
SNAPSHOT_TAG=""
|
SNAPSHOT_TAG=""
|
||||||
STATUS_QUO=""
|
STATUS_QUO=""
|
||||||
USB_PASSTHROUGH=""
|
USB_PASSTHROUGH=""
|
||||||
VM=""
|
VM=""
|
||||||
SHORTCUT=0
|
|
||||||
SCREEN=""
|
|
||||||
|
|
||||||
readonly LAUNCHER=$(basename "${0}")
|
readonly LAUNCHER=$(basename "${0}")
|
||||||
readonly DISK_MIN_SIZE=$((197632 * 8))
|
readonly DISK_MIN_SIZE=$((197632 * 8))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue