]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
system: clarify /dev management using devtmpfs + {mdev, eudev}
authorLuca Ceresoli <luca@lucaceresoli.net>
Sun, 4 Oct 2015 09:43:35 +0000 (11:43 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 4 Oct 2015 10:23:14 +0000 (11:23 +0100)
commit571552c4687f73c12a449cea45b842090a14c4fc
treec199e6193f1f8a21ed08ba8c33a13df4c488cb0b
parent844f240185fc12c41a2f028d8ded43df98c83f88
system: clarify /dev management using devtmpfs + {mdev, eudev}

The "Dynamic using mdev" and "Dynamic using eudev" /dev management
methods are using devtmpfs, just like "Dynamic using devtmpfs only",
on top of which they add either mdev or eudev. But their names might
suggest they use mdev only or eudev only.

Clarify their descriptions by adding "devtmpfs +" to make it
unambiguous.

[Thomas: rewrap the paragraphs in the manual. It makes the diff a lot
less readable, but we actually want the result to be wrapped.]

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
docs/manual/configure.txt
system/Config.in