summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 a442c74f5c..7b1a676847 100644
--- a/meta/recipes-core/udev/udev/init
+++ b/meta/recipes-core/udev/udev/init
@@ -69,7 +69,7 @@ case "$1" in
69 readfiles /etc/udev/cache.data 69 readfiles /etc/udev/cache.data
70 OLDDATA="$READDATA" 70 OLDDATA="$READDATA"
71 if [ "$OLDDATA" = "$NEWDATA" ]; then 71 if [ "$OLDDATA" = "$NEWDATA" ]; then
72 (cd /; tar xf $DEVCACHE > /dev/null 2>&1) 72 (cd /; tar xmf $DEVCACHE > /dev/null 2>&1)
73 not_first_boot=1 73 not_first_boot=1
74 [ "$VERBOSE" != "no" ] && echo "udev: using cache file $DEVCACHE" 74 [ "$VERBOSE" != "no" ] && echo "udev: using cache file $DEVCACHE"
75 [ -e /dev/shm/udev.cache ] && rm -f /dev/shm/udev.cache 75 [ -e /dev/shm/udev.cache ] && rm -f /dev/shm/udev.cache