summaryrefslogtreecommitdiff
path: root/package/base-files/src/init
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-25 19:25:08 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-25 19:25:08 +0100
commit9a77177f6ddf4b451876c3696b64d3659b427049 (patch)
tree588d9c454dbbda670aa4dd239274bcbbdd500a59 /package/base-files/src/init
parent0642672738c31624d625257b8cedf6890c3b5bf2 (diff)
first setup cfgfs, then mount all other volumes, otherwise fstab is ignored
Diffstat (limited to 'package/base-files/src/init')
-rwxr-xr-xpackage/base-files/src/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/src/init b/package/base-files/src/init
index 702f0e442..e290cee95 100755
--- a/package/base-files/src/init
+++ b/package/base-files/src/init
@@ -18,6 +18,6 @@ echo "/sbin/mdev" >/proc/sys/kernel/hotplug
mdev -s
mount -o remount,rw /
cat /etc/.rnd >/dev/urandom 2>&1
-[ -f /etc/fstab ] && mount -a
[ -x /sbin/cfgfs ] && { cfgfs setup; mount -o remount,ro /;}
+[ -f /etc/fstab ] && mount -a
exec /sbin/init