kernel package cleanup, move madwifi from target/linux/package/ to package/, update...
[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
This page took 0.048473 seconds and 5 git commands to generate.