kernel: update to 2.6.32
[qi-bootmenu-system.git] / rootfs-overlay / etc / init.d / rcS
blobcea0f80652bb26c7fef010d2155289ac47b7b579
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 &
16 sleep 5
18 /etc/init.d/syslog start
19 /etc/init.d/networking start
20 /etc/init.d/dropbear start