2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/extra/mesa/post-install
2021-07-10 16:47:54 +03:00

12 lines
218 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