You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Sometimes it may be necessary to change the default NOC-PS bootloader for some operating systems. The bootloader can be programmatically changed using a function in customconfig.php.

function nocpsforwhmcs_bootloader ($params, $osName, $profileId) {
    if ("$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.

  • No labels