mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 16:47:24 +08:00
10 lines
295 B
Bash
10 lines
295 B
Bash
# vim:set ts=2 sw=2 ft=sh noet:
|
|
|
|
# With LOAD set to yes, modules listed as installed will be loaded with
|
|
# systemctl start dkms.service. Default is yes.
|
|
LOAD=yes
|
|
|
|
# With UNLOAD set to yes, modules listed as installed will be unloaded with
|
|
# systemctl stop dkms.service. Default is no.
|
|
UNLOAD=no
|