Skip to content

Commit

Permalink
init UI before starting debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed May 20, 2016
1 parent 887fc3c commit 4331f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/installation/clients/installation.rb
Expand Up @@ -45,8 +45,9 @@ def main

# Initialize the UI
UI.SetProductLogo(true)
Wizard.OpenLeftTitleNextBackDialog

# start the debugger only when required
# start the debugger if required
if (Linuxrc.InstallInf("Cmdline") || "").match(/\bY2DEBUGGER=(.*)\b/i)
option = Regexp.last_match[1]
log.info "Y2DEBUGGER option: #{option}"
Expand All @@ -59,7 +60,6 @@ def main
end
end

Wizard.OpenLeftTitleNextBackDialog
Wizard.SetContents(
# title
"",
Expand Down

0 comments on commit 4331f74

Please sign in to comment.