repo/extra/mesa/post-install

12 lines
218 B
Plaintext
Raw Normal View History

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