mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add --efi option
This commit is contained in:
parent
30556ab9df
commit
58edab1f82
1 changed files with 6 additions and 0 deletions
|
@ -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;;
|
||||
|
|
Loading…
Reference in a new issue