Files
poky/meta/recipes-core/initscripts/initscripts-1.0/volatiles
Alexandru DAMIAN 4d7b2d2944 udev: upgrade to 182
This is the final upgrade of udev. Futher upgrades will only
come in conjunction with systemd.

The v4l1 removal patch is deprecated as the bug is fixed inside udev.
There is a new patch fixing the path for default sh interpreter.
New debug binaries are generated, and udev.inc is modified to package
those correctly.
The install locations changed for udevd and udevadm, so the scripts
are updated accordingly.

(From OE-Core rev: 3cbe52b94c4d559a037347ac419fafee5af84fe6)

(From OE-Core rev: 8fc73baecf1b21b1a3e7eff478e25d2a7cae2879)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>

Conflicts:

	meta/recipes-core/udev/udev_164.bb

sgw - Fixed up DEPENDS += and added some OECONF options that where in the
meta-oe version and make sense to be included.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-25 17:50:19 +01:00

1.7 KiB

This configuration file lists filesystem objects that should get verified

during startup and be created if missing.

Every line must either be a comment starting with

or a definition of format:

where the items are separated by whitespace !

: d|f|l : (d)irectory|(f)ile|(l)ink

A linking example:

l root root 0777 /var/test /tmp/testfile

f root root 0644 /var/test none

Understanding links:

When populate-volatile is to verify/create a directory or file, it will first

check it's existence. If a link is found to exist in the place of the target,

the path of the target is replaced with the target the link points to.

Thus, if a link is in the place to be verified, the object will be created

in the place the link points to instead.

This explains the order of "link before object" as in the example above, where

a link will be created at /var/test pointing to /tmp/testfile and due to this

link the file defined as /var/test will actually be created as /tmp/testfile.

d root root 0755 /var/volatile/cache none d root root 1777 /var/volatile/lock none d root root 0755 /var/volatile/log none d root root 0755 /var/volatile/run none d root root 1777 /var/volatile/tmp none l root root 0755 /var/cache /var/volatile/cache l root root 1777 /var/lock /var/volatile/lock l root root 0755 /var/log /var/volatile/log l root root 0755 /var/run /var/volatile/run l root root 1777 /var/tmp /var/volatile/tmp d root root 0755 /var/lock/subsys none f root root 0664 /var/log/wtmp none f root root 0664 /var/run/utmp none l root root 0644 /etc/resolv.conf /var/run/resolv.conf f root root 0644 /var/run/resolv.conf none l root root 0755 /run /var/run