Commit Graph

6 Commits

Author SHA1 Message Date
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
Cyril Humbert 5b44f42e13 udev-124: Fix firmware loader script name and bump package PR 2008-12-02 17:21:26 +00:00
Ross Burton ed1b1e9a8f udev: add init script header so that insserv does the right thing (fixing mountall/devpts ordering issues)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4988 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-31 10:58:38 +00:00
Richard Purdie f9651fac68 udev: Sync the rules with the versions from a more recent udev, optimise the boot process slightly by skipping boring ttys earlier
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4942 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-24 17:00:15 +00:00
Joshua Lock b17cdb2975 udev no longer symlinks for udevcontrol, udevsettle and udevtrigger. Modify init script to use udevadm [action]
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4840 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-15 14:53:56 +00:00
Joshua Lock 47780f8c43 Recipe for udev-124
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4837 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-15 09:51:02 +00:00