add led blinking

pull/10/head
Raphaël Vinot 2013-06-07 10:27:23 +02:00
parent 30a90e990d
commit 44ecee3884
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ fi
# prepare fs archive
tar -cvpzf backup.tar.gz -C fs/ .
tar -xzf backup.tar.gz -C ${CHROOT_PATH}/
cp deb/led ${CHROOT_PATH}/usr/sbin/led
#sudo dd bs=4M if=NEW_FINAL_2013-02-09-wheezy-raspbian.img of=/dev/sdd

View File

@ -20,6 +20,7 @@ fi
if [ -e /dev/sda ]; then
if [ -e /dev/sdb ]; then
cd /opt/groomer
/usr/sbin/led &
./init.sh
/sbin/shutdown -h now
fi