blob: bae918f67b478c1af143601e071d8a5e31cc0fb3 (
plain)
1
2
3
4
5
6
7
8
9
|
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."
}
|