aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rcS.d/170-lvm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rcS.d/170-lvm.sh')
-rwxr-xr-xrc.d/rcS.d/170-lvm.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/rc.d/rcS.d/170-lvm.sh b/rc.d/rcS.d/170-lvm.sh
deleted file mode 100755
index da4bd84d..00000000
--- a/rc.d/rcS.d/170-lvm.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-[[ $(type -t strstr) = "function" ]] || . /etc/init.d/functions
-[[ $cmdline ]] || cmdline=$(cat /proc/cmdline)
-if [ -x /sbin/lvm ]; then
- action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a y --sysinit
-fi
-: