functions for initial ramdisk setup and creation
List of Global Functions
AddModule - add module to ramdisk
AdditionalParameters - Get additional parameters for mkinitrd
Export - Export settigs to variable
Import - import settings of initrd
ListModules - List modules included in initrd
Read - read seettings from sysconfig
RemoveModule - remove module from list of initrd modules
Reset - reset settings to empty list of modules
SetAdditionalParameters - Set additional parameters for mkinitrd
Update - Update read settings to new version of configuration files
Write - write settings to sysconfig, rebuild initrd images
errorWithLogPopup - Display error popup with log FIXME this is copy-paste from ../routines/popups.ycp
getModulesToSkip - Get the list of modules which don't belong to initrd Initialize the list if was not initialized before according to the architecture
setSplash - Set the -s parameter of mkinitrd
List of Global Variables
changed - true if settings were changed and initrd needs to be rebuilt, false otherwise
add module to ramdisk
Function parameters
string modname
string modargs
Return value
void
Get additional parameters for mkinitrd
Return value
string - additional mkinitrd parameters
List modules included in initrd
Return value
list<string> - of strings with modulenames
remove module from list of initrd modules
Function parameters
string modname
Return value
void
Set additional parameters for mkinitrd
Function parameters
string params
Return value
void
write settings to sysconfig, rebuild initrd images
Return value
boolean - true on success
Display error popup with log FIXME this is copy-paste from ../routines/popups.ycp
Function parameters
string header
string log
Return value
void
Get the list of modules which don't belong to initrd Initialize the list if was not initialized before according to the architecture
Return value
list<string> - a list of modules