Lines Matching full:modules
55 This package contains the dkms ZFS kernel modules.
108 echo "Removing old %{module} dkms modules version $otherver from all kernels."
116 # Uninstall this version of zfs dkms modules before installation of the package.
118 echo "Removing %{module} dkms modules version %{version} from all kernels."
129 echo "Adding %{module} dkms modules version %{version} to dkms."
133 # Force the overwriting of old modules to avoid diff warnings in dkms status.
136 echo "Installing %{module} dkms modules version %{version} for the current kernel."
148 # Check if we uninstall the package. In that case remove the dkms modules.
153 echo "Removing %{module} dkms modules version %{version} from all kernels."
156 # If removing the modules failed, it might be because of the broken 'dkms status'.
161 …echo "WARNING: installed modules in /lib/modules/`uname -r`/extra could not be removed automatical…