#!/bin/sh

product_name=` cat /sys/class/dmi/id/product_name`

if [ "$product_name" != "1015CX" ] && [ "$product_name" != "X101CH" ] && [ "$product_name" != "1225C" ]; then
	echo "Not supported platform ! Abouting the installation."
	exit 1
fi
