qi-bootmenu: update to latest version, ignore NAND partition
[qi-bootmenu-system.git] / rootfs-overlay / etc / init.d / rcS
blob28b8c7b46b0c497cae639f94c9881fc1f0f3058a
1 #!/bin/sh
3 . /etc/profile
5 mount -t proc proc /proc
6 mount -t sysfs sysfs /sys
7 mount -t devtmpfs devtmpfs /dev
8 mount -t tmpfs tmpfs /tmp
9 mkdir /dev/pts && mount -t devpts devpts /dev/pts
10 #mkdir /dev/shm && mount -t tmpfs tmpfs /dev/shm
12 mount -n -o remount,noatime,rw /
14 /sbin/qi-bootmenu -i /dev/mtdblock6 &
16 sleep 5
18 /etc/init.d/syslog start
19 /etc/init.d/networking start
20 /etc/init.d/dropbear start