diff --git a/quickemu.sh b/quickemu.sh index 111d38a..baefc5d 100755 --- a/quickemu.sh +++ b/quickemu.sh @@ -121,9 +121,15 @@ VM="" while [ $# -gt 0 ]; do case "${1}" in + -efi|--efi) + BIOS="-bios /usr/share/qemu/OVMF.fd" + shift;; -delete|--delete) DELETE=1 shift;; + -legacy|--legacy) + BIOS="" + shift;; -restore|--restore) SNAPSHOT=1 shift;;