committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
@@ -25,9 +25,12 @@
|
||||
# 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"
|
||||
# Location of the sign-file kernel binary (default: depends on distributioin):
|
||||
# sign_file="/path/to/sign-file"
|
||||
|
||||
# Location of the key and certificate used for Secure boot (default: /var/lib/dkms):
|
||||
# mok_signing_key: /var/lib/dkms/mok.key
|
||||
# mok_certificate: /var/lib/dkms/mok.pub
|
||||
|
||||
# Automatically modprobe the built modules upon succesful installation:
|
||||
modprobe_on_install="true"
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
#!/bin/sh
|
||||
/lib/modules/"$1"/build/scripts/sign-file sha512 /root/dkms.key /root/dkms.der "$2"
|
||||
Reference in New Issue
Block a user