diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-03-17 21:41:26 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-03-17 21:41:26 +0100 |
commit | 4aa0ab7ecced75f1779c7ad07191ecfca978aa9e (patch) | |
tree | 1e5daaf782cbb5ca30a4e289dc4b0fc5e7a00c59 | |
parent | cf9265e5981c5fe24c9e654935600d2348e2ba82 (diff) | |
download | drakx-4aa0ab7ecced75f1779c7ad07191ecfca978aa9e.tar drakx-4aa0ab7ecced75f1779c7ad07191ecfca978aa9e.tar.gz drakx-4aa0ab7ecced75f1779c7ad07191ecfca978aa9e.tar.bz2 drakx-4aa0ab7ecced75f1779c7ad07191ecfca978aa9e.tar.xz drakx-4aa0ab7ecced75f1779c7ad07191ecfca978aa9e.zip |
include virtio_rng
VMs need access to good random numbers during setup phase to generate eg
SSH public/private keys
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | kernel/list_modules.pm | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS index 7726b1651..b9d9807ab 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- include virtio_rng + Version 2.16 - 28 January 2015 by Thierry Vignaud - sync with kernel-3.19 diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 2fccc087d..5780c414b 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -300,7 +300,7 @@ our %l = ( qw(wdt_pci i810-tco sx), #- what are these??? ], crypto => [ - qw(aes-i586 aes-x86_64 aes_generic aesni_intel amd768_rng amd7xx_tco cbc cryptd hw_random i810_rng leedslite padlock sha256_generic xts), + qw(aes-i586 aes-x86_64 aes_generic aesni_intel amd768_rng amd7xx_tco cbc cryptd hw_random i810_rng leedslite padlock sha256_generic virtio_rng xts), ], laptop => [ qw(i8k sonypi toshiba), |