diff options
Diffstat (limited to 'package/base-files')
-rwxr-xr-x | package/base-files/aruba-2.6/etc/init.d/S00aruba | 4 | ||||
-rwxr-xr-x | package/base-files/aruba-2.6/init | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/package/base-files/aruba-2.6/etc/init.d/S00aruba b/package/base-files/aruba-2.6/etc/init.d/S00aruba deleted file mode 100755 index 9836de423..000000000 --- a/package/base-files/aruba-2.6/etc/init.d/S00aruba +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -mount none /proc -t proc -mount_root failsafe -mount -o remount,rw /dev/root / diff --git a/package/base-files/aruba-2.6/init b/package/base-files/aruba-2.6/init deleted file mode 100755 index 8ca48a04c..000000000 --- a/package/base-files/aruba-2.6/init +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/ash -mount none /dev -t devfs -exec /bin/busybox init |