mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
Make sure initramfs-tools adds chacha20 and poly1305 if loaded
This commit is contained in:
parent
f05f2e89a6
commit
b4cc119f66
@ -16,3 +16,9 @@ esac
|
||||
|
||||
. /usr/share/initramfs-tools/hook-functions
|
||||
|
||||
manual_add_modules 'bcachefs'
|
||||
|
||||
# chacha20 and poly1305 are used for encrypted bcachefs filesystems.
|
||||
add_loaded_modules 'chacha20[-_]*'
|
||||
add_loaded_modules 'poly1305[-_]*'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user