Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load modules from /etc/modules #131

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Load modules from /etc/modules #131

wants to merge 1 commit into from

Commits on Mar 24, 2019

  1. Load modules from /etc/modules

    Auto-load modules listed in the `/etc/modules` file. This makes it
    possible for systems to specify (and users to override) the load of
    kernel modules that may not be detectable via `uevent` messages.
    
    Previously these modules were compiled into the kernel, but this does
    not support cases where they could be optional. For example, it would
    be nice to have a few USB gadget driver options without hardcoding them
    into the kernel. This lets systems be made where the default case loads
    a Ethernet/serial gadget driver (for example), but that can be disabled
    by overriding `/etc/modules` with a different set of drivers.
    fhunleth committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    f369212 View commit details
    Browse the repository at this point in the history