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 | while [ $# -gt 0 ]; do | ||||||
|   case "${1}" in |   case "${1}" in | ||||||
|  |     -efi|--efi) | ||||||
|  |       BIOS="-bios /usr/share/qemu/OVMF.fd" | ||||||
|  |       shift;; | ||||||
|     -delete|--delete) |     -delete|--delete) | ||||||
|       DELETE=1 |       DELETE=1 | ||||||
|       shift;; |       shift;; | ||||||
|  |     -legacy|--legacy) | ||||||
|  |       BIOS="" | ||||||
|  |       shift;; | ||||||
|     -restore|--restore) |     -restore|--restore) | ||||||
|       SNAPSHOT=1 |       SNAPSHOT=1 | ||||||
|       shift;; |       shift;; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue