let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / target / linux / package / base-files / files / sibyte-2.6 / init
1 #!/bin/ash
2 mount none /dev -t devfs
3 mount none /proc -t proc
4 mount_root failsafe
5 mount -o remount,rw /dev/root /
6 exec /bin/busybox init