summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/udev')
-rw-r--r--meta/recipes-core/udev/udev/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init
index f2c84d5d3e..a442c74f5c 100644
--- a/meta/recipes-core/udev/udev/init
+++ b/meta/recipes-core/udev/udev/init
@@ -57,7 +57,7 @@ case "$1" in
57 # the automount rule for udev needs /tmp directory available, as /tmp is a symlink 57 # the automount rule for udev needs /tmp directory available, as /tmp is a symlink
58 # to /var/tmp which in turn is a symlink to /var/volatile/tmp, we need to make sure 58 # to /var/tmp which in turn is a symlink to /var/volatile/tmp, we need to make sure
59 # /var/volatile/tmp directory to be available. 59 # /var/volatile/tmp directory to be available.
60 mkdir -p /var/volatile/tmp 60 mkdir -m 1777 -p /var/volatile/tmp
61 61
62 # Cache handling. 62 # Cache handling.
63 # A list of files which are used as a criteria to judge whether the udev cache could be reused. 63 # A list of files which are used as a criteria to judge whether the udev cache could be reused.