poky/meta
Yu Ke 1c803f3ffb Fix the boot process udev warning
Phenomena: there is udev warning in boot process
        tar: can't open '/etc/dev.tar': Read-only file system

The reason is that the init script /etc/rcS.d/S04udev will try to tar the /dev as cache to speed up udev at next boot time. Unfortunately, S04udev is too early and the filesystem is not writable yet.

To fix it, this patch split the cache action to another init script, and register it as /etc/rcS.d/S36, which is after the S35mountall, and the filesystem is already writable.

Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-06-09 12:04:51 +01:00
..
classes metadata_scm.bbclass: Make errors quiet if we're not in a git based scm 2010-06-08 20:54:26 +01:00
conf sanity.bbclass: version each of the files in the build/conf/ directory 2010-06-07 16:16:35 +01:00
files device_table-minimal.txt: Sync with OE (remove dubious /bin/ entries, create /dev directory) 2007-09-01 23:46:41 +00:00
lib/oe do_distro_check: Recipe exists in other distros? 2010-06-02 14:06:02 +01:00
packages Fix the boot process udev warning 2010-06-09 12:04:51 +01:00
site site/common-glibc: Add entries for m4 2010-06-09 10:11:52 +01:00
COPYING.MIT