Remove reference to dm-crypt
This commit is contained in:
parent
fdf07f69a1
commit
35487d9313
@ -119,9 +119,6 @@ start() {
|
|||||||
swapon -a >/dev/null
|
swapon -a >/dev/null
|
||||||
eend 0 # If swapon has nothing todo it errors, so always return 0
|
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
|
# Setup any user requested dump device
|
||||||
if [ -x /sbin/dumpon -a -n "${KERNEL_DUMP_DEVICE}" ] ; then
|
if [ -x /sbin/dumpon -a -n "${KERNEL_DUMP_DEVICE}" ] ; then
|
||||||
ebegin "Activating kernel core dump device" "(${KERNEL_DUMP_DEVICE})"
|
ebegin "Activating kernel core dump device" "(${KERNEL_DUMP_DEVICE})"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user