summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAx333l <main@axelen.xyz>2023-08-17 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2023-08-17 00:00:00 +0000
commit6c9a6625c0dc038d1bdbdc13665f40e269e86496 (patch)
tree4ccc39aa33bce3a3f1ee3cfe72ec1fd63ded1fa3
parent0a21695c55f76f1c958bb633481d55b3168562f7 (diff)
Make grub-install work with Argon2HEADmaster
Signed-off-by: Nicholas Johnson <nick@nicholasjohnson.ch>
-rw-r--r--util/grub-install.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/grub-install.c b/util/grub-install.c
index 1ad04db36..a8a3330b8 100644
--- a/util/grub-install.c
+++ b/util/grub-install.c
@@ -448,6 +448,8 @@ probe_mods (grub_disk_t disk)
{
grub_util_cryptodisk_get_abstraction (disk,
push_cryptodisk_module, NULL);
+ /* HACK: always push argon2 */
+ grub_install_push_module ("argon2");
have_abstractions = 1;
have_cryptodisk = 1;
}