committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2021-12-29 15:32:15 +02:00
parent 5c5f86acfe
commit 5801d55360
11 changed files with 22 additions and 168 deletions

View File

@@ -1,32 +1,33 @@
## This configuration file modifies the behavior of
## DKMS (Dynamic Kernel Module Support) and is sourced
## in by DKMS every time it is run.
# This configuration file modifies the behavior of DKMS (Dynamic Kernel Module
# Support) and is sourced in by DKMS every time it is run.
## Source Tree Location (default: /usr/src)
# Source Tree Location (default: /usr/src):
# source_tree="/usr/src"
## DKMS Tree Location (default: /var/lib/dkms)
# DKMS Tree Location (default: /var/lib/dkms):
# dkms_tree="/var/lib/dkms"
## Install Tree Location (default: /lib/modules)
# Install Tree Location (default: /lib/modules):
# install_tree="/lib/modules"
## tmp Location (default: /tmp)
# Temporary folder Location (default: /tmp):
# tmp_location="/tmp"
## verbosity setting (verbose will be active if you set it to a non-null value)
# Verbosity setting, will be active if set to a non-null value:
# verbose=""
## symlink kernel modules (will be active if you set it to a non-null value)
## This creates symlinks from the install_tree into the dkms_tree instead of
## copying the modules. This preserves some space on the costs of being less
## safe.
# This creates symlinks from the install_tree into the dkms_tree instead of
# copying the modules. This preserves some space on the costs of being less
# safe. Symlinking will be active if set to a non-null value:
# symlink_modules=""
## Automatic installation and upgrade for all installed kernels (if set to a
## non-null value)
# Automatic installation and upgrade for all installed kernels if set to a
# non-null value:
# autoinstall_all_kernels=""
## Script to sign modules during build, script is called with kernel version
## and module name
# Script to sign modules during build, script is called with kernel version
# and module name:
# sign_tool="/etc/dkms/sign_helper.sh"
# Automatically modprobe the built modules upon succesful installation:
modprobe_on_install="true"