diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-15 17:21:17 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-15 17:21:17 +0000 |
commit | 7885524586983ec44edf08324cfc7c63574b5388 (patch) | |
tree | ecb67bcf7ba9edd4ea60e1459a2085e07291d289 /package/base-files/default/etc/preinit | |
parent | 68f4a7a320968009c0c97ab7d685b09064af7e05 (diff) |
clean up handling of the root filesystem mount - remove broadcom specific junk from the generic base-files part
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3951 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/default/etc/preinit')
-rwxr-xr-x | package/base-files/default/etc/preinit | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/base-files/default/etc/preinit b/package/base-files/default/etc/preinit deleted file mode 100755 index 5b676ca3a..000000000 --- a/package/base-files/default/etc/preinit +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -export PATH=/bin:/sbin:/usr/bin:/usr/sbin -mount none /proc -t proc - -[ -f /etc/preinit.arch ] && . /etc/preinit.arch -[ -z "$FAILSAFE" ] || { - echo /bin/true > /proc/sys/kernel/hotplug - telnetd -l /bin/login <> /dev/null 2>&1 -} -mount_root ${FAILSAFE:+failsafe} -exec /sbin/init |