mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-09 06:36:44 +07:00
cleanup duplicate comments which are already in /etc/dkms/framework.conf
This commit is contained in:
parent
61628c2baf
commit
21efacf1b1
@ -1,48 +1,6 @@
|
|||||||
## Copyright (C) 2023 - 2024 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
## Copyright (C) 2023 - 2024 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
||||||
## See the file COPYING for copying conditions.
|
## See the file COPYING for copying conditions.
|
||||||
|
|
||||||
## 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="/usr/src"
|
|
||||||
|
|
||||||
## DKMS Tree Location (default: /var/lib/dkms)
|
|
||||||
# dkms_tree="/var/lib/dkms"
|
|
||||||
|
|
||||||
## Install Tree Location (default: /lib/modules)
|
|
||||||
# install_tree="/lib/modules"
|
|
||||||
|
|
||||||
## tmp Location (default: /tmp)
|
|
||||||
# tmp_location="/tmp"
|
|
||||||
|
|
||||||
## verbosity setting (verbose will be active if you set it 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.
|
|
||||||
# symlink_modules=""
|
|
||||||
|
|
||||||
## 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
|
|
||||||
# sign_tool="/etc/dkms/sign_helper.sh"
|
|
||||||
|
|
||||||
### BEGIN modifications by package security-misc ###
|
|
||||||
|
|
||||||
## original:
|
|
||||||
## https://github.com/dell/dkms/blob/master/dkms_framework.conf
|
|
||||||
|
|
||||||
## DKMS feature request:
|
|
||||||
## add /etc/dkms/framework.conf.d configuration file drop-in folder
|
|
||||||
## https://github.com/dell/dkms/issues/116
|
|
||||||
|
|
||||||
## Lower parallel compilation jobs to 1 if less than 2 GB RAM to avoid freezing
|
## Lower parallel compilation jobs to 1 if less than 2 GB RAM to avoid freezing
|
||||||
## of virtual machines.
|
## of virtual machines.
|
||||||
##
|
##
|
||||||
|
Loading…
Reference in New Issue
Block a user