Revision 8a0f6ca1
Added by Jim Pingle over 12 years ago
tmp/post_upgrade_command | ||
---|---|---|
30 | 30 |
KERNELTYPE=SMP |
31 | 31 |
;; |
32 | 32 |
*) |
33 |
KERNELTYPE=SMP |
|
33 |
if [ "${PFSENSETYPE}" = "pfSense" ]; then |
|
34 |
KERNELTYPE=SMP |
|
35 |
elif [ "${PFSENSETYPE}" = "nanobsd" ]; then |
|
36 |
KERNELTYPE=WRAP |
|
37 |
fi |
|
34 | 38 |
;; |
35 | 39 |
esac |
36 | 40 |
|
Also available in: Unified diff
Be a little smarter about the default kernel in rare cases where we cannot determine what was in use.