- bsc#1172340 - Several YaST modules can be started by typing
"yast2 $module <tab><tab>" virt-install.rb OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=527
This commit is contained in:
parent
f88a913443
commit
b4a1f561a6
@ -43,6 +43,11 @@ module Yast
|
||||
@details = {}
|
||||
|
||||
Builtins.y2milestone("START HERE.")
|
||||
if WFM.Args == ["help"]
|
||||
# Ignore yast help request
|
||||
return :next
|
||||
end
|
||||
|
||||
if UI.TextMode()
|
||||
Builtins.y2milestone("Running virt-install in text mode is not supported. Running vm-install instead in command line mode.")
|
||||
status = UI.RunInTerminal("/usr/bin/vm-install")
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 13:52:33 MST 2020 - carnold@suse.com
|
||||
|
||||
- bsc#1172340 - Several YaST modules can be started by typing
|
||||
"yast2 $module <tab><tab>"
|
||||
virt-install.rb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 09:57:34 MST 2020 - carnold@suse.com
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user