Add support for sysfs
Change-Id: I29cfe2cd9dd39b74a1d39313f78dfddc87cb79b8
diff --git a/README.rst b/README.rst
index 9e1692b..9a3a5a5 100644
--- a/README.rst
+++ b/README.rst
@@ -407,6 +407,25 @@
cpu:
governor: performance
+Sysfs
+~~~~~
+
+Install sysfsutils and set sysfs attributes:
+
+.. code-block:: yaml
+
+ linux:
+ system:
+ sysfs:
+ scheduler:
+ block/sda/queue/scheduler: deadline
+ power:
+ mode:
+ power/state: 0660
+ owner:
+ power/state: "root:power"
+ devices/system/cpu/cpu0/cpufreq/scaling_governor: powersave
+
Huge Pages
~~~~~~~~~~~~