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, 0 insertions, 6 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 deleted file mode 100755 index 1f98589eb..000000000 --- a/openwrt/target/linux/package/base-files/files/sibyte-2.6/init +++ /dev/null @@ -1,6 +0,0 @@ -#!/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 |