30. BootArch

Module containing specific data for differnt architecturese (as some architectures support multiple bootloaders, some bootloaders support multiple architectures)

30.1. Authors

  • Jiri Srain <jsrain@suse.cz>

  • Olaf Dabrunz <od@suse.de>

30.2. Summary of Module Globals

List of Global Functions

List of Global Variables

    30.3. Global Functions

    30.3.1. DefaultKernelParams

    Get parameters for the default kernel

    Function parameters

    • string resume

    Return value

    • string - parameters for default kernel

    30.3.2. FailsafeKernelParams

    Get parameters for the failsafe kernel

    Return value

    • string - parameters for failsafe kernel

    30.3.3. InitrdImage

    Get the file holding the initd imahe

    Return value

    • string - the initrd image

    30.3.4. ResumeAvailable

    Is Suspend to Disk available?

    Return value

    • boolean - true if STD is available

    30.3.5. VgaAvailable

    Is VGA parameter setting available

    Return value

    • boolean - true if vga= can be set

    30.4. Global Variables

    30.5. Module Requirements

    30.5.1. Module Imports

    • Arch
    • Kernel
    • Linuxrc
    • ProductFeatures
    • Stage
    • StorageControllers

    30.5.2. Module Includes