generic-poky/meta/packages/udev/udev-145
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
..
enable-gudev.patch udev: Enable gudev 2010-01-29 15:18:56 +00:00
init Fix the boot process udev warning 2010-06-09 12:04:51 +01:00
local.rules udev: Fix touchscreen link creation with latest version 2009-11-25 14:31:53 +00:00
noasmlinkage.patch udev: Add 145 2009-08-27 13:02:47 +01:00
permissions.rules udev: Add 145 2009-08-27 13:02:47 +01:00
run.rules udev: Add 145 2009-08-27 13:02:47 +01:00
udev.rules udev: Add 145 2009-08-27 13:02:47 +01:00
unbreak.patch udev: Add 145 2009-08-27 13:02:47 +01:00