repo/extra/mesa/post-install

12 lines
218 B
Plaintext
Raw Normal View History

2021-07-08 20:48:22 +00:00
#!/bin/sh -e
cat <<EOF
2021-07-10 13:47:54 +00:00
NOTE: Mesa + amdgpu requires CHECKPOINT_RESTORE be enabled
2021-07-08 20:48:22 +00:00
in your kernel or things will subtly break.
See: https://lwn.net/Articles/845448/
CONFIG_CHECKPOINT_RESTORE=y
EOF