]> code.ossystems Code Review - openembedded-core.git/commit
udev: do not create /var/volatile/run in init script
authorJonathan Liu <net147@gmail.com>
Sun, 26 May 2013 11:13:05 +0000 (21:13 +1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 May 2013 21:07:23 +0000 (22:07 +0100)
commitd557f6615701c9f2f461a10c30de1d9572424266
treedb4e3399df860a526f1e913537d9474c732fa89a
parent0c357b53b2c0123feeedfc202491b39eb639bfa7
udev: do not create /var/volatile/run in init script

Previously in udev init, /var/volatile/run had to be created after
mounting all tmpfs filesystems so that udevd can write to /var/run
(a symbolic link to /var/volatile/run). This is because udev is
started before populate-volatile.sh.

Now that /var/run is a symbolic link to /run (a tmpfs filesystem),
/var/volatile/run doesn't need to be created anymore.

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/udev/udev/init