Browse Source

crypt: install drbg unconditionally in hostonly mode

older kernels had the drbg kernel module and didn't need it
Harald Hoyer 10 years ago
parent
commit
89948e58fd
  1. 3
      modules.d/90crypt/module-setup.sh

3
modules.d/90crypt/module-setup.sh

@ -23,7 +23,8 @@ depends() { @@ -23,7 +23,8 @@ depends() {
}

installkernel() {
instmods dm_crypt =crypto drbg
instmods dm_crypt =crypto
hostonly="" instmods drbg
}

cmdline() {

Loading…
Cancel
Save