From 2c55e1c2d7f4ee82aa0af9bfebfee889236c56bf Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 30 Sep 2008 13:18:30 -0400 Subject: Explicitly load dm-crypt until we can fix cryptsetup. cryptsetup should do this, by all rights. But it does not. --- rc.d/rc.sysinit | 1 + 1 file changed, 1 insertion(+) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index d53378b0..a1150094 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -205,6 +205,7 @@ 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