diff options
author | Leah Rowe <leah@libreboot.org> | 2023-08-20 12:34:55 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-08-20 12:34:55 +0100 |
commit | 438bf2c9b113eab11439c9c65449e269e5b4b095 (patch) | |
tree | 8cc95233d67ecaf990c02127273bb10578b93d40 | |
parent | fd6025321c4ae35e69a75b45d21bfbfb4eb2b3a0 (diff) |
grub/modules.list: add argon2
the argon2 patches are now included in grub,
but we need to add it in grub-mkstandalone
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | resources/grub/modules.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/grub/modules.list b/resources/grub/modules.list index e8be9685..d75b65db 100644 --- a/resources/grub/modules.list +++ b/resources/grub/modules.list @@ -179,6 +179,7 @@ lsmmap \ lspci \ luks \ luks2 \ +argon2 \ lvm \ lzopio \ mdraid09 \ |