summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-05-05 11:15:07 +0000
committerRoy Marples <roy@marples.name>2007-05-05 11:15:07 +0000
commit35487d931314011e8e3b0f43c2b1605efcda5460 (patch)
tree42f55e417a3d10493acd2bb6d8e69915b4bfa231 /init.d
parentfdf07f69a1642983dae79ac0f6744df52395ad26 (diff)
downloadopenrc-35487d931314011e8e3b0f43c2b1605efcda5460.tar.gz
openrc-35487d931314011e8e3b0f43c2b1605efcda5460.tar.bz2
openrc-35487d931314011e8e3b0f43c2b1605efcda5460.tar.xz
Remove reference to dm-crypt
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/localmount3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.d/localmount b/init.d/localmount
index ee3c46c..f57cfba 100755
--- a/init.d/localmount
+++ b/init.d/localmount
@@ -119,9 +119,6 @@ start() {
swapon -a >/dev/null
eend 0 # If swapon has nothing todo it errors, so always return 0
- # Start dm-crypt mappings, if any
- start_addon dm-crypt
-
# Setup any user requested dump device
if [ -x /sbin/dumpon -a -n "${KERNEL_DUMP_DEVICE}" ] ; then
ebegin "Activating kernel core dump device" "(${KERNEL_DUMP_DEVICE})"