#!/bin/bash

if which uspepc >/dev/null;then
   if uspepc -INFO -b 2>/dev/null| head -1 | grep -q "HW platform:.*Q7-US15W";then
      modprobe nvram 2>/dev/null >/dev/null
      echo export MSC=.msc >>/tmp/cmdline
   fi
fi
