diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2014-01-26 03:54:15 -0500 |
---|---|---|
committer | Xin Ouyang <xin.ouyang@windriver.com> | 2014-01-26 17:43:13 +0800 |
commit | 3dc49f04c0b8dcfccaff95b557311bc9de0a477f (patch) | |
tree | b4e54145b7dfbfbac03816fd4f2f23d85900b4c3 /recipes-core | |
parent | 7c182186f54b88e5eb38ad7540e0498da476ab87 (diff) | |
download | meta-selinux-3dc49f04c0b8dcfccaff95b557311bc9de0a477f.tar.gz |
udev/init: sync to latest poky version ae819671
Sync with the latest init file from poky as of 01262014:
oe-core commit: ae819671489a22bfdda11210ff620f564aa9b24b
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/udev/udev/init | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/udev/udev/init b/recipes-core/udev/udev/init index 29146ec..7194e8c 100644 --- a/recipes-core/udev/udev/init +++ b/recipes-core/udev/udev/init | |||
@@ -56,7 +56,9 @@ case "$1" in | |||
56 | } | 56 | } |
57 | [ -e /dev/pts ] || mkdir -m 0755 /dev/pts | 57 | [ -e /dev/pts ] || mkdir -m 0755 /dev/pts |
58 | [ -e /dev/shm ] || mkdir -m 1777 /dev/shm | 58 | [ -e /dev/shm ] || mkdir -m 1777 /dev/shm |
59 | mount -a -t tmpfs 2>/dev/null | 59 | # the automount rule for udev needs /tmp directory available, as /tmp is a symlink |
60 | # to /var/tmp which in turn is a symlink to /var/volatile/tmp, we need to make sure | ||
61 | # /var/volatile/tmp directory to be available. | ||
60 | mkdir -p /var/volatile/tmp | 62 | mkdir -p /var/volatile/tmp |
61 | 63 | ||
62 | # Cache handling. | 64 | # Cache handling. |