From 0daf3b0a8f4ca33d7146c94cd840131a97896b9b Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 14 Mar 2009 17:31:58 +0100 Subject: better modules stuff for encryption --- src/core/libs/lib-blockdevices-filesystems.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/libs') diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh index 4c725e1..721db85 100644 --- a/src/core/libs/lib-blockdevices-filesystems.sh +++ b/src/core/libs/lib-blockdevices-filesystems.sh @@ -24,8 +24,8 @@ -modprobe dm-crypt || show_warning modprobe 'Could not modprobe dm-crypt. no support for disk encryption' -modprobe aes-i586 || show_warning modprobe 'Could not modprobe aes-i586. no support for disk encryption' +modprobe -q dm-crypt || show_warning modprobe 'Could not modprobe dm-crypt. no support for disk encryption' +modprobe -q aes-i586 || modprobe -q aes-x86-64 || show_warning modprobe 'Could not modprobe aes-i586 or aes-x86-64. no support for disk encryption' -- cgit v1.2.3-54-g00ecf