YaST2 Developers Documentation: Configuration of lilo



functions
files
intro

Configuration of lilo

widgets.ycp
UI widgets
UI widgets.

Functions

global MainDlgWidget (list data) -> term

mail dialog widget

Parameters:
data item list for main table
Return value:
dialog term

global OptionsDlgWidget (list opts) -> term

widget for options setting

Parameters:
opts option list
Return value:
dialog term

global OSTypeWidget () -> term

widget for os type selector dialog

Return value:
dialog term

global LinuxSectWidget () -> term

widget for linux section properties editing

Return value:
dialog term

global OtherSectWidget () -> term

widget for other section properties editing

Return value:
dialog term

global GlobalOptsWidget () -> term

widget for global properties editing dialog

Return value:
dialog term

global OSScanWidget (list contents) -> term

widget for os scanner

Parameters:
contents selectionbox contents
Return value:
dialog term

global AddOptionWidget (list optlist) -> term

widget for option adding/editing dialog

Parameters:
optlist list of available options
Return value:
dialog term

global SummaryWidget () -> term

Return value:
dialog term

global ActionWidget () -> term

Return value:
dialog term

global TargetWidget (string mbr_dev, string bootdev) -> term

widget for installation target seection.

Parameters:
mbr_dev master boot record device
bootdev device where the lilo was lastly installed
Return value:
term

YaST2 Developers Documentation