You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement #32 to add --boot for virt-install but if it's not specified, we now default to sending: --boot cdrom,hd,network,menu=on,useserial=on
As part of that, also add mutually-exclusive --uefi option (i.e., if you want to use the default boot args and just add uefi, you can use --uefi; otherwise if you want uefi + want to modify boot args, just do it with --boot
Updated help page with some more examples for --disk