mirror of
https://github.com/strongtz/i915-sriov-dkms.git
synced 2026-05-06 21:53:25 +08:00
10 lines
374 B
Plaintext
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."
|
|
}
|