Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagephp
linenumberstrue
function nocpsforwhmcs_bootloader ($params, $osName, $profileId) {
    if ("$osname$osName" === "...") {
        return "ipxe-1.0.0+09cc-undionly.kkpxe";
    }
}

If this function is defined in the customconfig.php file, it will be called before the installation of the operating system.
You can find a list of available bootloaders in the comments of the customconfig.php file.