summaryrefslogtreecommitdiffstats
path: root/package/base-files/default/etc/preinit
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-15 17:21:17 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-15 17:21:17 +0000
commit7885524586983ec44edf08324cfc7c63574b5388 (patch)
treeecb67bcf7ba9edd4ea60e1459a2085e07291d289 /package/base-files/default/etc/preinit
parent68f4a7a320968009c0c97ab7d685b09064af7e05 (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-xpackage/base-files/default/etc/preinit11
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