diff options
author | Leah Rowe <leah@libreboot.org> | 2023-09-04 03:49:03 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-09-04 03:49:03 +0100 |
commit | cf5357856c3198bcefd69f25aa383245bfed0363 (patch) | |
tree | 5576e77a9984860bde29e3775c4411dfff5d568f /config | |
parent | 33e6088a167fefe65e4c246e2fd6cce69372799f (diff) |
re-add grub modules cat, eval and pbkdf2
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/grub/modules.list | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/grub/modules.list b/config/grub/modules.list index ec9172f1..175c39de 100644 --- a/config/grub/modules.list +++ b/config/grub/modules.list @@ -37,6 +37,7 @@ bitmap_scale \ boot \ bsd \ btrfs \ +cat \ cbfs \ cbls \ cbmemc \ @@ -50,6 +51,7 @@ crypto \ cryptodisk \ echo \ ehci \ +eval \ elf \ exfat \ ext2 \ @@ -121,6 +123,7 @@ part_msdos \ password \ password_pbkdf2 \ pata \ +pbkdf2 \ pcidump \ pgp \ png \ |