mesa: add note about amdgpu

This commit is contained in:
Dylan Araps 2021-07-08 23:48:22 +03:00
parent bd0f97571b
commit 28d87227c2
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

11
extra/mesa/post-install Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
cat <<EOF
NOTE: Mesa + amdgpu requires CHECKPOINT_RESTORE be enabled
in your kernel or things will subtly break.
See: https://lwn.net/Articles/845448/
CONFIG_CHECKPOINT_RESTORE=y
EOF