Clean up options parsing

This commit is contained in:
Martin Wimpress 2020-03-19 02:12:57 +00:00
parent 2e4cbd297a
commit 5dbe63040f
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -169,9 +169,6 @@ while [ $# -gt 0 ]; do
-delete|--delete)
DELETE=1
shift;;
-legacy|--legacy)
BIOS=""
shift;;
-restore|--restore)
RESTORE=1
shift;;
@ -180,7 +177,6 @@ while [ $# -gt 0 ]; do
shift;;
-virgil|--virgil)
ENGINE="virgil"
SAMBA=""
shift;;
-vm|--vm)
VM="$2"