initscripts : remove bootup.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-core / initscripts / initscripts-1.0 / vuuno / bootup_3.1
diff --git a/meta-openvuplus/recipes-core/initscripts/initscripts-1.0/vuuno/bootup_3.1 b/meta-openvuplus/recipes-core/initscripts/initscripts-1.0/vuuno/bootup_3.1
deleted file mode 100755 (executable)
index 7aa3413..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-#double check driver
-if lsmod | grep -q 'brcmfb'; then
-        echo driver is installed
-else
-       for mod in procmk dvb-bcm7413 brcmfb fpga_directc; do
-               modprobe $mod
-       done
-fi
-
-depmod -A
-
-# sleep after 10min
-hdparm -S 120 /dev/sda
-
-# accustic management
-hdparm -M128 /dev/sda
-
-if [ ! -h /boot/bootlogo.mvi ]; then                                                                                               
-        ln -sf /usr/share/bootlogo.mvi /boot/bootlogo.mvi                                                                          
-fi                                                                                                                                 
-                                                                                                                                   
-if [ ! -h /boot/bootlogo_wait.mvi ]; then                                                                                          
-        ln -sf /usr/share/bootlogo_wait.mvi /boot/bootlogo_wait.mvi                                                                
-fi                                                                                                                                 
-                                     
-if [ ! -h /boot/backdrop.mvi ]; then                                                                                               
-        ln -sf /usr/share/backdrop.mvi /boot/backdrop.mvi
-fi
-
-[ -e /etc/dropbear/dropbear_rsa_host_key ] && /usr/bin/showiframe /boot/bootlogo.mvi || /usr/bin/showiframe /boot/bootlogo_wait.mvi
-
-ipkg-cl configure
-
-if [ -f /usr/local/bin/vucamd ]; then
-       /usr/local/bin/vucamd &
-fi
-