Skip to content

Commit

Permalink
Hints
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 27, 2021
1 parent 03123a6 commit 31c6fd5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/lib/installation/console_commands.rb
Expand Up @@ -31,6 +31,9 @@ def commands(command = nil)
puts
puts "This is a Ruby shell, you can also type any Ruby command here"
puts "and inspect or change the YaST installer"
puts
puts "Hints: <Tab> completion is enabled, the command history is kept,"
puts "you can use the usual \"readline\" features..."
when nil
puts "Available commands:"
puts
Expand All @@ -57,8 +60,10 @@ def configure(what = nil)
puts "Starting the network configuration module..."
puts
puts "After it is finished (by pressing [Next]/[Back]/[Abort])"
puts "press Alt+Tab to get back to the console, the installer"
puts "is blocked by the console and cannot continue."
puts "press Alt+Tab to get back to this console."

# wait a bit so the user can read the message above
sleep(5)

Yast::WFM.call("inst_lan", [{ "skip_detection" => true }])
else
Expand Down

0 comments on commit 31c6fd5

Please sign in to comment.