Kevin Tian
db5c145af1
udev: use relative path when creating dev.tar
...
this effectively removes below warning:
tar: removing leading '/' from member names
Signed-off-by: Kevin Tian <kevin.tian@intel.com >
2010-08-17 22:55:44 +01:00
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
Marcin Juszkiewicz
9c65649134
udev: improved mount.sh
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5025 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-08 07:41:48 +00:00
Ross Burton
f6e7776727
udev: save another fork in mount.sh
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4721 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-23 14:28:36 +00:00
Ross Burton
7717814038
udev: don't fork so much in mount.sh
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4717 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-23 10:27:10 +00:00
Marcin Juszkiewicz
0253a49054
udev: blacklist mtdblock devices - we mount them separate if needed
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1749 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-17 11:58:44 +00:00
Richard Purdie
4b647cde77
Various minor updates from OE.dev
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@919 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-21 12:15:23 +00:00
Chris Larson
16e5c3b377
Update udev from upstream oe (still using 092, just a newer PR, so the .debug stuff is split out of its packaging).
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@788 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-05 21:56:07 +00:00
Richard Purdie
b2f192faab
Rename /openembedded/ -> /meta/
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-07-21 10:10:31 +00:00