YaST2 Developers Documentation: Configuration of lilo



functions
files
intro

Configuration of lilo

ui.ycp
User interface functions.
All user interface functions.

Imports

  • Boot
  • Lilo

Includes

  • lilo/io.ycp
  • lilo/routines.ycp
  • lilo/scan.ycp
  • lilo/texts.ycp
  • lilo/widgets.ycp
  • ui/common_messages.ycp
  • ui/common_popups.ycp
  • ui/file_popups.ycp
  • wizard/sequencer.ycp

Functions

global variables

global LiloMainDialog () -> symbol

sequence

Return value:
next dialog

global SummaryDialog () -> symbol

summary dialog

Return value:
next dialog

global TargetDialog () -> symbol

bootloader installation target dialog

Return value:
next dialog

global AbortDialog () -> symbol

Abort dialog

Return value:
next dialog

global EndDialog () -> symbol

End dialog

Return value:
next dialog

global MainDlg () -> symbol

main dialog

Return value:
next dialog

global MainDlgRedraw () -> symbol

inserts data into main dialog. especially a table with sections is created

Return value:
next dialog

global LinuxSectDlg_validate (map vals, string sectname_orig) -> boolean

linux section dialog validator

Parameters:
vals map with section options
sectname_orig original section name (could have been changed in dialog)
Return value:
false if data are invalid

global LinuxSectDlg () -> symbol

'image' section properties dialog

Return value:
next dialog

global OtherSectDlg () -> symbol

other section editor dialog

Return value:
next dialog

global OSTypeDlg () -> symbol

os type selector

Return value:
next dialog

global GlobalOptsDlg () -> symbol

global options dialog

Return value:
next dialog

global enable_opt_dlg (boolean val) -> void

enables / disables controls in dialog due to nonempty/empty option table

Parameters:
val boolean enable/disable
Return value:

global OptionsDlg (map vals) -> symbol

dialog for changing (image/other/global) section properties

Parameters:
vals map with all options and their values
Return value:
next dialog

global ExpertGrubConfDialog () -> symbol

Expert dialog for editing /etc/grub/conf

Return value:
UserInput() symbol

global ExpertDialog () -> symbol

Expert dialog with multiline widget.

Return value:
UserInput() symbol

global OSScanDlg () -> symbol

OSScan dialog

Return value:
next dialog

global showPropWidget (string optname, string value) -> void

used by AddOption- shows widget for setting the option value due to option type

Parameters:
optname option name
value string previously set value
Return value:
viod

global AddOption (list optlist, string val, string origVal) -> map

options adding dialog. possible options are listed in 1st param

Parameters:
optlist list with available options
val value to be preset in edit widget
origVal original value
Return value:
pair ["optname", "value"]

global ShowOptHelp (string option) -> void

help dialog for options

Parameters:
option option name

global ShowErrorLog (string stderr) -> void

the message with 'lilo' execution failure reason is show.

Parameters:
stderr stderr of lilo

YaST2 Developers Documentation