Files
i915-sriov-dkms/i915-sriov-dkms.install
2025-10-09 10:55:39 +08:00

10 lines
374 B
Plaintext

post_install() {
echo "The i915 kernel module will be available on reboot."
echo "You can edit /etc/tmpfiles.d/i915-set-sriov-numvfs.conf to set the number of VFs on boot."
echo "Please refer to https://github.com/strongtz/i915-sriov-dkms/blob/master/README.md to set kernel parameters."
}
post_remove() {
echo "The i915 kernel module will be removed on reboot."
}