YaST2 Developers Documentation: Bootloader installation and configuration

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)

Imports

  • Arch
  • Kernel
  • Linuxrc
  • ProductFeatures
  • Stage

Global Functions

global InitrdImage () -> string

Get the file holding the initd imahe

Return value:
the initrd image
global FailsafeKernelParams () -> string

Get parameters for the failsafe kernel

Return value:
parameters for failsafe kernel
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 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