forked from kiss-community/repo
12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
|
#!/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
|