Browse Source

add missing crypto modules for aarch64

Fixes https://github.com/dracutdevs/dracut/issues/711
master
Harald Hoyer 5 years ago
parent
commit
2ee69a40c8
No known key found for this signature in database
GPG Key ID: 340F12141EA0994D
  1. 1
      modules.d/90crypt/module-setup.sh

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

@ -28,6 +28,7 @@ installkernel() {
arch=$(uname -m) arch=$(uname -m)
[[ $arch == x86_64 ]] && arch=x86 [[ $arch == x86_64 ]] && arch=x86
[[ $arch == s390x ]] && arch=s390 [[ $arch == s390x ]] && arch=s390
[[ $arch == aarch64 ]] && arch=arm64
instmods dm_crypt =crypto =drivers/crypto =arch/$arch/crypto instmods dm_crypt =crypto =drivers/crypto =arch/$arch/crypto
} }



Loading…
Cancel
Save