aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-01-07 17:46:53 -0700
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-02-04 17:58:04 -0700
commit7b6fda4e644d98257e4baa3c5f26b075135ec053 (patch)
treebf084c47e645ed1193215a60ca6f34b6bde684d7
parent054c2e790e799f0cf8eb4a102ca9f1f6fd839b9d (diff)
downloadusermoji-7b6fda4e644d98257e4baa3c5f26b075135ec053.tar.xz
build: Update render node enable instructions
Render nodes were not getting enabled when setting up a newly installed 14.10 Ubuntu system. To get the rnodes=1 option to work it is necessary to update the ramfs boot image.
-rw-r--r--BUILD.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.md b/BUILD.md
index 1a79451b..19b11c77 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -63,6 +63,8 @@ sudo tee /etc/modprobe.d/drm.conf << EOF
# Enable render nodes
options drm rnodes=1
EOF
+# this will add the rnodes=1 option into the boot environment
+sudo update-initramfs -k all -u
```
```
sudo tee /etc/udev/rules.d/drm.rules << EOF