diff options
Diffstat (limited to 'config/data/grub/module/default')
| -rwxr-xr-x | config/data/grub/module/default | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/data/grub/module/default b/config/data/grub/module/default index 3555ad11..f17baae4 100755 --- a/config/data/grub/module/default +++ b/config/data/grub/module/default @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + # Install modules (installed, but not automatically loaded) grub_install_modules=" \ hexdump \ @@ -43,13 +45,17 @@ ext2 \ fat \ f2fs \ gcry_arcfour \ +gcry_blake2 \ gcry_blowfish \ gcry_camellia \ gcry_cast5 \ gcry_crc \ gcry_des \ gcry_dsa \ +gcry_hwfeatures \ gcry_idea \ +gcry_kdf \ +gcry_keccak \ gcry_md4 \ gcry_md5 \ gcry_rfc2268 \ @@ -67,7 +73,6 @@ gcry_whirlpool \ geli \ gfxmenu \ gfxterm_background \ -gfxterm_menu \ gzio \ hashsum \ halt \ @@ -117,6 +122,7 @@ pgp \ play \ png \ procfs \ +pubkey \ raid5rec \ raid6rec \ read \ |
