diff options
Diffstat (limited to 'openwrt/target/linux/package/base-files/files/sibyte-2.6/init')
-rwxr-xr-x | openwrt/target/linux/package/base-files/files/sibyte-2.6/init | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/base-files/files/sibyte-2.6/init b/openwrt/target/linux/package/base-files/files/sibyte-2.6/init new file mode 100755 index 000000000..1f98589eb --- /dev/null +++ b/openwrt/target/linux/package/base-files/files/sibyte-2.6/init @@ -0,0 +1,6 @@ +#!/bin/ash +mount none /dev -t devfs +mount none /proc -t proc +mount_root failsafe +mount -o remount,rw /dev/root / +exec /bin/busybox init |