From 31eb2d331e677131375a8a21bad567f960f28fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Mon, 17 Nov 2014 19:51:59 +0100 Subject: [PATCH] lime boards expetions --- scripts/firstrun | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/firstrun b/scripts/firstrun index 5f3816e64d..99c1d00db9 100644 --- a/scripts/firstrun +++ b/scripts/firstrun @@ -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/.$//'`