repo/extra/mesa/post-install
2021-07-08 23:48:22 +03:00

12 lines
219 B
Bash
Executable File

#!/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