From: Harald Hoyer Date: Mon, 7 Mar 2011 12:15:09 +0000 (+0100) Subject: fips/fips.sh: do not load tcrypt with "noexit" parameter X-Git-Tag: 009~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10b5dca0f738b306770921083c7aeb9e562dd131;p=thirdparty%2Fdracut.git fips/fips.sh: do not load tcrypt with "noexit" parameter "noexit=1" is the default mode for the tcrypt module now. [forward ported 7e7308158c9149c33309c0d36a6e1126e690fb58] --- diff --git a/modules.d/01fips/fips.sh b/modules.d/01fips/fips.sh index d7615c8df..febe23e99 100755 --- a/modules.d/01fips/fips.sh +++ b/modules.d/01fips/fips.sh @@ -58,7 +58,7 @@ do_fips() fi done info "Self testing crypto algorithms" - modprobe tcrypt noexit=1 || return 1 + modprobe tcrypt || return 1 rmmod tcrypt info "All initrd crypto checks done"