diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-19 06:48:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-19 06:48:05 +0000 |
commit | 27e5f20d9cc29ea7ca30b230c3734e1fe85e7815 (patch) | |
tree | 0f9c4d905900d1431a989e46a5d7e2a19f1d1a6d /kernel/list_modules.pm | |
parent | 562c8c525f7b9bf005c56e589623817a19e23438 (diff) | |
download | drakx-27e5f20d9cc29ea7ca30b230c3734e1fe85e7815.tar drakx-27e5f20d9cc29ea7ca30b230c3734e1fe85e7815.tar.gz drakx-27e5f20d9cc29ea7ca30b230c3734e1fe85e7815.tar.bz2 drakx-27e5f20d9cc29ea7ca30b230c3734e1fe85e7815.tar.xz drakx-27e5f20d9cc29ea7ca30b230c3734e1fe85e7815.zip |
- add modules "sha256_generic cbc amd768_rng" for crypsetup/LUKS
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 922416872..3cc39c7da 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -253,7 +253,7 @@ our %l = ( qw(wdt_pci i810-tco sx), #- what are these??? ], crypto => [ - qw(amd768_rng amd7xx_tco i810_rng hw_random leedslite padlock), + qw(sha256_generic cbc amd768_rng amd7xx_tco i810_rng hw_random leedslite padlock), ], laptop => [ qw(i8k sonypi toshiba), |