From e01264f3b05ce13a96cf01eb9eb8cc4871bba200 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 30 Sep 2008 13:48:30 -0400 Subject: Revert "Explicitly load dm-crypt until we can fix cryptsetup." This reverts commit 2c55e1c2d7f4ee82aa0af9bfebfee889236c56bf. --- rc.d/rc.sysinit | 1 - 1 file changed, 1 deletion(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index bb0c6dab..f1734bae 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -205,7 +205,6 @@ init_crypto() { ret=1 continue fi - modprobe dm-crypt >/dev/null 2>&1 if [ -z "$makeswap" ] && cryptsetup isLuks "$src" 2>/dev/null ; then if key_is_random "$key"; then echo $"$dst: LUKS requires non-random key, skipping" -- cgit v1.2.1