summaryrefslogtreecommitdiff
path: root/package/base-files/src/etc/init.d/boot
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-11 16:09:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-11 16:09:29 +0200
commit4a9a3f1a06b2d180b80a4ec17f0c4b4003773316 (patch)
tree99864452e0488fb691cef8626cc4331e8f0c5c6a /package/base-files/src/etc/init.d/boot
parent9961e5898f70db51ffc4f093e5d0777bb9b287ff (diff)
fix cifs mounts on bootup, mount -a after network initialization. add LD_LIBRARY_PATH for raspberry pi special vc tools
Diffstat (limited to 'package/base-files/src/etc/init.d/boot')
-rw-r--r--package/base-files/src/etc/init.d/boot4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/base-files/src/etc/init.d/boot b/package/base-files/src/etc/init.d/boot
index e30360142..ed55ccc88 100644
--- a/package/base-files/src/etc/init.d/boot
+++ b/package/base-files/src/etc/init.d/boot
@@ -26,8 +26,4 @@ for f in /etc/modules.d/*; do
done
# settle down, after module load
sleep 2
-# any lvm volumes to activate?
-[ -x /usr/sbin/lvm ] && { lvm vgscan; lvm vgchange -ay;}
-# check and mount all filesystems not /
-[ -f /etc/fstab ] && { fsck -p >/dev/null; mount -a; swapon -a;}
exit 0