diff options
Diffstat (limited to 'config/data/grub/module')
| -rwxr-xr-x | config/data/grub/module/default | 10 | ||||
| -rwxr-xr-x | config/data/grub/module/nvme | 10 | ||||
| -rwxr-xr-x | config/data/grub/module/xhci_nvme (renamed from config/data/grub/module/xhci) | 10 |
3 files changed, 27 insertions, 3 deletions
diff --git a/config/data/grub/module/default b/config/data/grub/module/default index 3555ad11..39030e2a 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 \ @@ -31,6 +33,7 @@ configfile \ cpio \ cpio_be \ crc64 \ +crypto_cipher_mode_test \ crypto \ cryptodisk \ diskfilter \ @@ -41,15 +44,20 @@ exfat \ elf \ ext2 \ fat \ +functional_test \ 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 +75,6 @@ gcry_whirlpool \ geli \ gfxmenu \ gfxterm_background \ -gfxterm_menu \ gzio \ hashsum \ halt \ @@ -117,6 +124,7 @@ pgp \ play \ png \ procfs \ +pubkey \ raid5rec \ raid6rec \ read \ diff --git a/config/data/grub/module/nvme b/config/data/grub/module/nvme index 503c61c8..4b832983 100755 --- a/config/data/grub/module/nvme +++ b/config/data/grub/module/nvme @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + # Install modules (installed, but not automatically loaded) grub_install_modules=" \ hexdump \ @@ -31,6 +33,7 @@ configfile \ cpio \ cpio_be \ crc64 \ +crypto_cipher_mode_test \ crypto \ cryptodisk \ diskfilter \ @@ -41,15 +44,20 @@ exfat \ elf \ ext2 \ fat \ +functional_test \ 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 +75,6 @@ gcry_whirlpool \ geli \ gfxmenu \ gfxterm_background \ -gfxterm_menu \ gzio \ hashsum \ halt \ @@ -118,6 +125,7 @@ pgp \ play \ png \ procfs \ +pubkey \ raid5rec \ raid6rec \ read \ diff --git a/config/data/grub/module/xhci b/config/data/grub/module/xhci_nvme index 6235bbad..616fca40 100755 --- a/config/data/grub/module/xhci +++ b/config/data/grub/module/xhci_nvme @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + # Install modules (installed, but not automatically loaded) grub_install_modules=" \ hexdump \ @@ -32,6 +34,7 @@ configfile \ cpio \ cpio_be \ crc64 \ +crypto_cipher_mode_test \ crypto \ cryptodisk \ diskfilter \ @@ -42,15 +45,20 @@ exfat \ elf \ ext2 \ fat \ +functional_test \ 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 \ @@ -68,7 +76,6 @@ gcry_whirlpool \ geli \ gfxmenu \ gfxterm_background \ -gfxterm_menu \ gzio \ hashsum \ halt \ @@ -118,6 +125,7 @@ pcidump \ pgp \ play \ png \ +pubkey \ procfs \ raid5rec \ raid6rec \ |
