Bootloader installation and configuration |
modules/BootArch.ycp |
Module containing specific data for differnt architecturese (as some architectures support multiple bootloaders, some bootloaders support multiple architectures) | |
|
|
This module has an unstable interface. |
Imports
Global Functions |
global
InitrdImage ()
->
string
Get the file holding the initd imahe
- Return value:
-
the initrd image
global
DefaultKernelParams (string resume)
->
string
Get parameters for the default kernel
- Parameters:
-
resume string device to resume from (or empty not to set it)
- Return value:
-
parameters for default kernel
global
FailsafeKernelParams ()
->
string
Get parameters for the failsafe kernel
- Return value:
-
parameters for failsafe kernel
global
VgaAvailable ()
->
boolean
Is VGA parameter setting available
- Return value:
-
true if vga= can be set
global
ResumeAvailable ()
->
boolean
Is Suspend to Disk available?
- Return value:
-
true if STD is available