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

Debian packaging improvements (module autoloading) #54

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

Commits on Sep 16, 2024

  1. Debian: Add post install script

    This DKMS script will be run when the package is installed.
    It will run the standard DKMS build steps (compiling the module against
    the current kernel version), and will additionally:
    
    - Load the module immediately
    - Configure the module to be loaded automatically at boot
    
    This is not handled by default by DKMS, because usually, kernel modules
    are associated with some hardware, and the hardware detection in the
    kernel will be enough to load the module.
    
    But, in the case of tty0tty, there is no associated hardware, and so,
    the module must be explicitly loaded.
    Abderrazzak Mahraye authored and pulkomandy committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    bb8093c View commit details
    Browse the repository at this point in the history