diff options
Diffstat (limited to 'config/data/grub/module')
-rwxr-xr-x | config/data/grub/module/default | 3 | ||||
-rwxr-xr-x | config/data/grub/module/nvme | 3 | ||||
-rwxr-xr-x | config/data/grub/module/xhci | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/config/data/grub/module/default b/config/data/grub/module/default index 3555ad11..faa2473e 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 \ @@ -67,7 +69,6 @@ gcry_whirlpool \ geli \ gfxmenu \ gfxterm_background \ -gfxterm_menu \ gzio \ hashsum \ halt \ diff --git a/config/data/grub/module/nvme b/config/data/grub/module/nvme index 503c61c8..5ff32329 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 \ @@ -67,7 +69,6 @@ gcry_whirlpool \ geli \ gfxmenu \ gfxterm_background \ -gfxterm_menu \ gzio \ hashsum \ halt \ diff --git a/config/data/grub/module/xhci b/config/data/grub/module/xhci index 6235bbad..05bd82aa 100755 --- a/config/data/grub/module/xhci +++ b/config/data/grub/module/xhci @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + # Install modules (installed, but not automatically loaded) grub_install_modules=" \ hexdump \ @@ -68,7 +70,6 @@ gcry_whirlpool \ geli \ gfxmenu \ gfxterm_background \ -gfxterm_menu \ gzio \ hashsum \ halt \ |