diff options
author | Leah Rowe <leah@libreboot.org> | 2023-11-06 11:41:27 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-11-06 18:08:43 +0000 |
commit | d0d6decb564905c44cb20467e30d6bb3101580b5 (patch) | |
tree | 6ae9f95cfaefea5c6998c43860481fe371ff3ffe | |
parent | f60286a34633d9b0386cb823df0854a149e25af0 (diff) |
re-add grub modules: f2fs, json, read, scsi, sleep
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | config/grub/modules.list | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/grub/modules.list b/config/grub/modules.list index c33f3c33..fdd0aaef 100644 --- a/config/grub/modules.list +++ b/config/grub/modules.list @@ -39,6 +39,7 @@ ehci \ eval \ elf \ ext2 \ +f2fs \ gcry_arcfour \ gcry_blowfish \ gcry_camellia \ @@ -71,6 +72,7 @@ help \ iorw \ iso9660 \ jpeg \ +json \ keylayouts \ keystatus \ linux \ @@ -112,9 +114,11 @@ png \ procfs \ raid5rec \ raid6rec \ +read \ reboot \ regexp \ romfs \ +scsi \ search \ search_fs_file \ search_fs_uuid \ @@ -124,6 +128,7 @@ syslinuxcfg \ setpci \ spkmodem \ squash4 \ +sleep \ tar \ test \ true \ |