Kernel related functions and data
List of Global Functions
AddCmdLine - AddCmdLine ()
AddModuleToLoad - Add a kernel module to the list of modules to load after boot
ComputePackage - Compute kernel package
ComputePackages - Compute kernel packages
ComputePackagesForBase - Compute kernel package for the specified base kernel package
GetBinary - Het the name of kernel binary under /boot
GetCmdLine - Get the kernel command line
GetInformAboutKernelChange - Get inform_about_kernel_change.
GetPackages - Get the list of kernel packages
GetSuSEUpdate - Check if suse_update kernel command line argument was passed
GetVgaType - Get the vga= kernel parameter
ProbeKernel - select kernel depending on architecture and system type.
RemoveModuleToLoad - Remove a kernel module from the list of modules to load after boot
SaveModulesToLoad - SaveModuleToLoad () save the sysconfig variable to the file
SetCmdLine - Set the kernel command line FIXME is heer because of bootloader module, should be removed
SetInformAboutKernelChange - Set inform_about_kernel_change.
SetVgaType - Set the vga= kernel argument FIXME is heer because of bootloader module, should be removed
List of Global Variables
Add a kernel module to the list of modules to load after boot
Function parameters
string name
Return value
void
Compute kernel packages
Return value
list <string> - of selected kernel packages
Compute kernel package for the specified base kernel package
Function parameters
string base
boolean check_avail
Return value
list<string> - a list of all kernel packages (including the base package) that are to be installed together with the base package
Het the name of kernel binary under /boot
Return value
string - the name of the kernel binary
Get the list of kernel packages
Return value
list<string> - a list of kernel packages
Check if suse_update kernel command line argument was passed
Return value
boolean - true if it was
Remove a kernel module from the list of modules to load after boot
Function parameters
string name
Return value
void
SaveModuleToLoad () save the sysconfig variable to the file
Return value
boolean - true on success
Set the kernel command line FIXME is heer because of bootloader module, should be removed
Function parameters
string new_cmd_line
Return value
void
Set inform_about_kernel_change.
Function parameters
boolean b
Return value
void