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)
  • Jiri Srain
  • Olaf Dabrunz

This module has an unstable interface.

Imports

  • Arch
  • Kernel
  • Linuxrc
  • ProductFeatures
  • Stage

Global Functions

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
global StrArch () -> string

Return architecture as string

Return value:
type of architecture e.g. "i386"