#!/bin/sh
cat /proc/cpuinfo |grep Hardware|cut -d' ' -f3 > /etc/hardware
echo done
