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 7b1a676847..ce0a68c0fc 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 xmf $DEVCACHE > /dev/null 2>&1) 72 tar xmf $DEVCACHE -C / -m
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