lime boards expetions

This commit is contained in:
Igor Pečovnik
2014-11-17 19:51:59 +01:00
parent 003cf0db4a
commit 31eb2d331e

View File

@@ -38,6 +38,10 @@ case "$1" in
/sbin/insserv -r disable_led.sh
fi
fi
# Remove lirc for Lime boards
if [ -f "/boot/lime.bin" ] || [ -f "/boot/lime2.bin" ]; then
/sbin/insserv -r lirc
fi
#
echo "This process takes around one minute to finish..."
#NEWMAC=00:01:43:`openssl rand -hex 3 | sed 's/\(..\)/\1:/g; s/.$//'`