YaST2 Developers Documentation: Configuration of lilo



functions
files
intro

Configuration of lilo

io.ycp
Input and output functions.
Input and output routines.

Imports

  • Boot
  • BootGRUB
  • BootLILO
  • Lilo

Functions

global RemoveLilo () -> map

removes lilo from partition specified in 'bootPart'

Return value:
from calling .target execute

global TestLilo () -> map

writes config from agent to temp file and launches 'lilo -t -C tmp_file'

Return value:
from calling .target execute

global TestGrub () -> map

writes config from agent to temp file and launches 'lilo -t -C tmp_file' currently doesn't do anything

Return value:
from calling .target execute

global TestELilo () -> map

writes config from agent to temp file and checks the config file. currently doesn't do anything

Return value:
from calling .target execute

global DoLilo () -> integer

writes the config from agent to disk

Return value:
succes/error

global DoGrub () -> integer

writes the config from agent to disk

Return value:
succes/error

global DoELilo () -> integer

writes the config from agent to disk

Return value:
succes/error

global LiloFinish () -> boolean

Write the lilo data from SCR to the disk

Return value:
success of operation

global restoreOriginalSettings () -> void

restores the original lilo conf by caliing the inst_lilo_write module this is usable only on installed (running) system this function should be OBSOLETED in future

global restoreOriginalSettings_initial () -> void

restores the original lilo conf by caliing the inst_lilo_write module this is usable only on installed (running) system this function should be OBSOLETED in future

global undoRestore () -> void

when user restores original config and then press abort of skip back from module we must to remove the new config from bootsector and restore lilo.conf


YaST2 Developers Documentation