Module to manage FreeBSD kernel modules
Return a list of all available kernel modules
CLI Example:
salt '*' kmod.available
Check to see if the specified kernel module is available
CLI Example:
salt '*' kmod.check_available vmm
Check to see if the specified kernel module is loaded
CLI Example:
salt '*' kmod.is_loaded vmm
Load the specified kernel module
Name of the module to add
Write the module to sysrc kld_modules to make it load on system reboot
CLI Example:
salt '*' kmod.load bhyve
Return a dict containing information about currently loaded modules
CLI Example:
salt '*' kmod.lsmod
Return a list of the loaded module names
CLI Example:
salt '*' kmod.mod_list
Remove the specified kernel module
Name of module to remove
Also remove module from /boot/loader.conf
If persist is set don't remove line from /boot/loader.conf but only comment it
CLI Example:
salt '*' kmod.remove vmm
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy