generic-poky/meta/packages/udev/udev-141
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
..
igep0020 igep0020: Rename files for IGEP v2 boards, prepare for support Hw rev. B and rev. C 2010-04-07 10:20:53 +01:00
init Fix the boot process udev warning 2010-06-09 12:04:51 +01:00
local.rules udev-141: Backport fix from 145 which is also needed here 2009-11-25 15:01:47 +00:00
noasmlinkage.patch udev: Add 141 2009-05-19 17:47:28 +01:00
permissions.rules udev: Add 141 2009-05-19 17:47:28 +01:00
run.rules udev: Add 141 2009-05-19 17:47:28 +01:00
udev.rules udev: Add 141 2009-05-19 17:47:28 +01:00
unbreak.patch udev: Add 141 2009-05-19 17:47:28 +01:00