aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/default/etc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-15 17:21:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-15 17:21:17 +0000
commit705882aaab1526e9c46530c02699c923ec7b80ca (patch)
treeecb67bcf7ba9edd4ea60e1459a2085e07291d289 /package/base-files/default/etc
parentf21f0f60303bef6965acd378d9b8d561d4cfe93b (diff)
downloadupstream-705882aaab1526e9c46530c02699c923ec7b80ca.tar.gz
upstream-705882aaab1526e9c46530c02699c923ec7b80ca.tar.bz2
upstream-705882aaab1526e9c46530c02699c923ec7b80ca.zip
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')
-rwxr-xr-xpackage/base-files/default/etc/init.d/S10boot1
-rwxr-xr-xpackage/base-files/default/etc/preinit11
2 files changed, 1 insertions, 11 deletions
diff --git a/package/base-files/default/etc/init.d/S10boot b/package/base-files/default/etc/init.d/S10boot
index 42bb438861..e0d15db0e0 100755
--- a/package/base-files/default/etc/init.d/S10boot
+++ b/package/base-files/default/etc/init.d/S10boot
@@ -1,6 +1,7 @@
#!/bin/sh
. /etc/functions.sh
+[ -f /proc/mounts ] || /sbin/mount_root
[ -f /proc/jffs2_bbc ] && echo "S" > /proc/jffs2_bbc
vconfig set_name_type VLAN_PLUS_VID_NO_PAD
diff --git a/package/base-files/default/etc/preinit b/package/base-files/default/etc/preinit
deleted file mode 100755
index 5b676ca3ac..0000000000
--- 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