You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dkms.8
+15-19Lines changed: 15 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -918,13 +918,6 @@ of your source. If the script exits with a non\-zero value, the
918
918
install will be aborted. This is typically used to perform a custom
919
919
version comparison.
920
920
.TP
921
-
.BSIGN_TOOL=
922
-
The module signing tool to be run at a
923
-
.Bbuild.
924
-
Two arguments will be passed to the signing tool. The first argument is the
925
-
target kernel version, the second is the module file path. If the tool exits
926
-
with a non\-zero value, the build will be aborted.
927
-
.TP
928
921
.SH DKMS.CONF VARIABLES
929
922
Within your
930
923
.Idkms.conf
@@ -976,22 +969,25 @@ You can use these files to override settings in the module-provided dkms.conf fi
976
969
This configuration file controls how the overall DKMS framework handles. It is sourced
977
970
in every time the dkms command is run. Mainly it can currently be used to set different
978
971
default values for the variables.
979
-
.B$dkms_tree
980
-
,
981
-
.B$source_tree
982
-
and
983
-
.B$install_tree
984
-
which control where DKMS looks for its framework. The
972
+
.TP
973
+
.B$dkms_tree,$source_tree,$install_tree
974
+
control where DKMS looks for its framework.
975
+
.TP
985
976
.B$symlink_modules
986
-
variable controls whether binary modules are copied to /lib/modules or if only symlinks are
987
-
created there. Note that these variables can also
977
+
controls whether binary modules are copied to /lib/modules or if only symlinks are created there. Note that these variables can also
988
978
be manipulated on the command line with \-\-dkmstree, \-\-sourcetree, \-\-installtree
989
979
and \-\-symlink-modules options.
990
-
991
-
The
980
+
.TP
981
+
.B$sign_tool
982
+
Script to be run at build for signing modules.
983
+
Two arguments will be passed to the script. The first argument is the
984
+
.Btargetkernelversion
985
+
, the second is the
986
+
.Bmodulefilepath.
987
+
If the script exits with a non\-zero value, the build will be aborted.
988
+
.TP
992
989
.B$autoinstall_all_kernels
993
-
variable is used by the common postinst for DKMS modules. It controls if the build should be done
994
-
for all installed kernels or only for the current and latest installed kernel. It has no command
990
+
used by the common postinst for DKMS modules. It controls if the build should be done for all installed kernels or only for the current and latest installed kernel. It has no command
995
991
line equivalent.
996
992
.SH dkms_autoinstaller
997
993
This boot\-time service automatically installs any module which has
0 commit comments