diff options
author | Leah Rowe <leah@libreboot.org> | 2023-11-06 11:50:14 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-11-06 18:08:46 +0000 |
commit | c4d90087535617d4fb31ca94803f9426010cfec5 (patch) | |
tree | 592f67564bddfaae6c0627ed3dfb6406e8d47d7d /config | |
parent | d0d6decb564905c44cb20467e30d6bb3101580b5 (diff) |
add grub mods: diskfilter,hashsum,loadenv,setjmp
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/grub/modules.list | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/grub/modules.list b/config/grub/modules.list index fdd0aaef..0557edd3 100644 --- a/config/grub/modules.list +++ b/config/grub/modules.list @@ -34,6 +34,7 @@ cpio_be \ crc64 \ crypto \ cryptodisk \ +diskfilter \ echo \ ehci \ eval \ @@ -67,6 +68,7 @@ gfxmenu \ gfxterm_background \ gfxterm_menu \ gzio \ +hashsum \ halt \ help \ iorw \ @@ -77,6 +79,7 @@ keylayouts \ keystatus \ linux \ linux16 \ +loadenv \ loopback \ ls \ lsacpi \ @@ -125,6 +128,7 @@ search_fs_uuid \ search_label \ serial \ syslinuxcfg \ +setjmp \ setpci \ spkmodem \ squash4 \ |