generic-poky/meta/packages/udev/udev-124
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
..
flags.patch Recipe for udev-124 2008-07-15 09:51:02 +00:00
init Fix the boot process udev warning 2010-06-09 12:04:51 +01:00
local.rules Recipe for udev-124 2008-07-15 09:51:02 +00:00
noasmlinkage.patch Recipe for udev-124 2008-07-15 09:51:02 +00:00
permissions.rules udev: Sync the rules with the versions from a more recent udev, optimise the boot process slightly by skipping boring ttys earlier 2008-07-24 17:00:15 +00:00
run.rules udev: Sync the rules with the versions from a more recent udev, optimise the boot process slightly by skipping boring ttys earlier 2008-07-24 17:00:15 +00:00
udev.rules udev-124: Fix firmware loader script name and bump package PR 2008-12-02 17:21:26 +00:00
udevtrigger_add_devname_filtering.patch Recipe for udev-124 2008-07-15 09:51:02 +00:00
vol_id_ld.patch Recipe for udev-124 2008-07-15 09:51:02 +00:00