Class: Bootloader::WriteDialog
- Inherits:
-
Object
- Object
- Bootloader::WriteDialog
- Includes:
- Yast::I18n
- Defined in:
- src/lib/bootloader/write_dialog.rb
Overview
Dialog providing visual feedback during writing configuration
Instance Method Summary (collapse)
-
- (Object) run
Write settings dialog.
Instance Method Details
- (Object) run
Write settings dialog
13 14 15 16 17 |
# File 'src/lib/bootloader/write_dialog.rb', line 13 def run Yast::Wizard.RestoreHelp(help_text) ret = Yast::Bootloader.Write ret ? :next : :abort end |