Changelog¶
debops-contrib.kernel_module
This project adheres to Semantic Versioning and human-readable changelog.
The current role maintainer is ypid.
debops-contrib.kernel_module v0.1.0 - unreleased¶
Changed¶
Migrate role to DebOps Contrib as
debops-contrib.kernel_module. You might need to update your inventory. This oneliner might come in handy to do this.git ls-files -z | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's/ypid_service_kernel_modules/debops_service_kernel_module/g;'
[ypid]
Changed namespace from
kernel_module_tokernel_module__.kernel_module_[^_]variables are hereby deprecated and you might need to update your inventory. This oneliner might come in handy to do this.git ls-files -z | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's/\<(kernel_module)_([^_])/\1__\2/g;'
[ypid]
Blacklist
firewire-coreandthunderboltby default using thekernel_module__security_listvariable. [ypid]Blacklist also
firewire-ohcito allow successful unloading offirewire-coreif the modules are already loaded. [ypid]