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-164/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev-164/init b/meta/recipes-core/udev/udev-164/init
index 1a8fca5747..9ce95ee4c2 100644
--- a/meta/recipes-core/udev/udev-164/init
+++ b/meta/recipes-core/udev/udev-164/init
@@ -35,7 +35,7 @@ LANG=C awk "\$2 == \"/dev\" && \$4 == \"tmpfs\" { exit 1 }" /proc/mounts && {
35} 35}
36 36
37if [ -e /etc/dev.tar ]; then 37if [ -e /etc/dev.tar ]; then
38 (cd /; tar xf /etc/dev.tar 2>&1 | grep -v 'time stamp') 38 (cd /; tar xf /etc/dev.tar 2>&1 | grep -v 'time stamp' || true)
39 not_first_boot=1 39 not_first_boot=1
40fi 40fi
41 41