24. BootArch

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

24.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    24.2. Global Functions

    24.2.1. DefaultKernelParams

    Get parameters for the default kernel

    Function parameters

    • string resume

    Return value

    • string - parameters for default kernel

    24.2.2. FailsafeKernelParams

    Get parameters for the failsafe kernel

    Return value

    • string - parameters for failsafe kernel

    24.2.3. InitrdImage

    Get the file holding the initd imahe

    Return value

    • string - the initrd image

    24.2.4. ResumeAvailable

    Is Suspend to Disk available?

    Return value

    • boolean - true if STD is available

    24.2.5. VgaAvailable

    Is VGA parameter setting available

    Return value

    • boolean - true if vga= can be set

    24.3. Global Variables

    24.4. Module Requirements

    24.4.1. Module Imports

    • Arch
    • Kernel
    • Linuxrc
    • ProductFeatures
    • Stage

    24.4.2. Module Includes