diff options
-rw-r--r-- | meta/recipes-core/udev/udev/init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init index 1f871da956..cd87f50832 100644 --- a/meta/recipes-core/udev/udev/init +++ b/meta/recipes-core/udev/udev/init | |||
@@ -51,6 +51,7 @@ case "$1" in | |||
51 | [ -e /dev/shm ] || mkdir -m 1777 /dev/shm | 51 | [ -e /dev/shm ] || mkdir -m 1777 /dev/shm |
52 | mount -a -t tmpfs 2>/dev/null | 52 | mount -a -t tmpfs 2>/dev/null |
53 | mkdir -p /var/volatile/run | 53 | mkdir -p /var/volatile/run |
54 | mkdir -p /var/volatile/tmp | ||
54 | 55 | ||
55 | # cache handling | 56 | # cache handling |
56 | if [ "$DEVCACHE" != "" ]; then | 57 | if [ "$DEVCACHE" != "" ]; then |