This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # !!!NOTE!!!: MODULES WERE TAKEN FROM UBUNTU build-efi-images script (https://git.launchpad.net/~ubuntu-core-dev/grub/+git/ubuntu/tree/debian/build-efi-images?h=debian/2.06-2ubuntu12) | |
| # DESCRIPTIONS (WITHOUT * IN THE 3RD COLUMN) WERE TAKEN FROM linux.org (https://www.linux.org/threads/understanding-the-various-grub-modules.11142/) | |
| # DESCRIPTIONS (WITH * IN THE 3RD COLUMN) WERE GENERATED BY DEEPSEEK WITH SEARCH AND SHOULD BE TAKEN WITH A GRAIN OF SALT | |
| # MODULES (WITH + IN THE 2ND COLUMN) WERE CHOSEN BY AUTHOR FOR THEIR OWN USE CASE, CHOOSE YOUR OWN MODULES FOR YOU SPECIFIC USE CASE OR ALL, IF YOU DO NOT NEED RELATIVE SPACE SAVINGS AND RELATIVELY FASTER BOOT TIMES | |
| all_video | + | | Additional video and graphics support can be gained when the "all_video" module is loaded. | |
| boot | + | * | Contains the core `boot` command, which is essential for starting an operating system. | |
| btrfs | + | | This module provides support for the B-tree Filesystem. | |
| ca |