allow building of kernel-specific stuff in package/ instead of target/linux/package...
[openwrt.git] / package / base-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