if dmesg | grep -q ^Processors:; then
	dmesg | grep -q ^Processors: | cut -d ' ' -f 2 > /var/numcpus
else
	echo 1 > /var/numcpus
fi
