YaST2 Developers Documentation: Bootloader installation and configuration

Bootloader installation and configuration

include/bootloader/routines/ui.ycp
User interface for bootloader installation/configuration
  • Jiri Srain

This module has an unstable interface.

Imports

  • BootCommon
  • Bootloader
  • CWM
  • Label
  • Mode
  • Popup
  • Stage
  • Wizard

Includes

  • bootloader/routines/global_widgets.ycp
  • bootloader/routines/popups.ycp
  • bootloader/routines/section_widgets.ycp

Local Functions

local testAbort () -> boolean

Test for abort.

Return value:
true if abort was pressed
local ReadDialog () -> symbol

Read settings dialog

Return value:
`abort if aborted and `next otherwise
local WriteDialog () -> symbol

Write settings dialog

Return value:
`abort if aborted and `next otherwise
local MainDialog () -> symbol

Run dialog for kernel section editation

Return value:
for wizard sequencer
local DetailsDialog (string type) -> symbol

Run dialog with detailed settings

Parameters:
type string specification of the type of detail settings
Return value:
for wizard sequencer
local KernelSectionDialog () -> symbol

Run dialog for kernel section editation

Return value:
for wizard sequencer
local ChainloaderSectionDialog () -> symbol

Run dialog for kernel section editation

Return value:
for wizard sequencer
local AddNewSectionDialog () -> symbol

Run dialog for kernel section editation

Return value:
for wizard sequencer
local EditSectionSwitch () -> symbol

Switch the section type to be edited

Return value:
for wizard sequencer to determine which dialog to show
local StoreSection () -> symbol

Store the modified section

Return value:
always `next
local runEditFilesDialog () -> symbol

Run dialog

Return value:
for wizard sequencer