generic-poky/meta/packages/udev/udev-115
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 udev: adding the latest udev release, 115. 2007-09-21 10:03:55 +00:00
init Fix the boot process udev warning 2010-06-09 12:04:51 +01:00
local.rules udev: adding the latest udev release, 115. 2007-09-21 10:03:55 +00:00
noasmlinkage.patch udev: adding the latest udev release, 115. 2007-09-21 10:03:55 +00:00
permissions.rules udev: adding the latest udev release, 115. 2007-09-21 10:03:55 +00:00
udev.rules Add rules for MXC UARTs. 2007-10-03 14:23:09 +00:00
udevtrigger_add_devname_filtering.patch udev-115: Kernel events filtering improvement. 2007-09-28 17:47:54 +00:00
vol_id_ld.patch udev: adding the latest udev release, 115. 2007-09-21 10:03:55 +00:00