diskimage-builder/elements/sysctl
Gregory Haynes fdffa56ff2 Add element for setting sysctl values
Theres a pretty standard workflow for setting a sysctl value which will
be applied on image boot which was written by tripleo. Lets move this in
tree as other folks (like Octavia) would like to depend on it.

Change-Id: I3c266870d417cdba3196f5fa65c4cd634ab13173
2016-10-10 15:33:48 +00:00
..
bin Add element for setting sysctl values 2016-10-10 15:33:48 +00:00
README.rst Add element for setting sysctl values 2016-10-10 15:33:48 +00:00

README.rst

sysctl

Add a sysctl-set-value command which can be run from within an element. Running this command will cause the sysctl value to be set on boot (by writing the value to /etc/sysctl.d).

Example usage

::

sysctl-set-value net.ipv4.ip_forward 1