Hi

I found this.

if [ $KERNELTYPE = "SMP" ]; then
        if [ -f /kernels/kernel_SMP.gz ]; then
                tar xzpf /kernels/kernel_SMP.gz --exclude loader.conf -C /boot/
        fi
fi
if [ $KERNELTYPE = "UP" ]; then
        if [ -f /kernels/kernel_SMP.gz ]; then
                tar xzpf /kernels/kernel_uniprocessor.gz --exclude
loader.conf -C /boot/
        fi
fi

detect SMP kernel file exists and use uniprocessor kernel.

---------------------------------------------------------------------
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org

Reply via email to