27. BootArch

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

27.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    27.2. Global Functions

    27.2.1. DefaultKernelParams

    Get parameters for the default kernel

    Function parameters

    • string resume

    Return value

    • string - parameters for default kernel

    27.2.2. FailsafeKernelParams

    Get parameters for the failsafe kernel

    Return value

    • string - parameters for failsafe kernel

    27.2.3. InitrdImage

    Get the file holding the initd imahe

    Return value

    • string - the initrd image

    27.2.4. ResumeAvailable

    Is Suspend to Disk available?

    Return value

    • boolean - true if STD is available

    27.2.5. VgaAvailable

    Is VGA parameter setting available

    Return value

    • boolean - true if vga= can be set

    27.3. Global Variables

    27.4. Module Requirements

    27.4.1. Module Imports

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

    27.4.2. Module Includes