- 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:
Charles Arnold 2020-11-23 17:02:15 +00:00 committed by Git OBS Bridge
parent f88a913443
commit b4a1f561a6
2 changed files with 12 additions and 0 deletions

View File

@ -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")

View File

@ -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