Class: Bootloader::ReadDialog
- Inherits:
-
Object
- Object
- Bootloader::ReadDialog
- Includes:
- Yast::I18n
- Defined in:
- src/lib/bootloader/read_dialog.rb
Overview
Dialog for graphical indication that bootloader configuration is read
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
13 14 15 16 17 |
# File 'src/lib/bootloader/read_dialog.rb', line 13 def run Yast::Wizard.RestoreHelp(help_text) ret = Yast::Bootloader.Read ret ? :next : :abort end |