summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/initrdscripts
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/initrdscripts')
-rw-r--r--meta/recipes-core/initrdscripts/files/init-live.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/initrdscripts/files/init-live.sh b/meta/recipes-core/initrdscripts/files/init-live.sh
index 804e16ec6f..82042bf2ee 100644
--- a/meta/recipes-core/initrdscripts/files/init-live.sh
+++ b/meta/recipes-core/initrdscripts/files/init-live.sh
@@ -75,7 +75,9 @@ read_args() {
75} 75}
76 76
77boot_live_root() { 77boot_live_root() {
78 killall udevd 2>/dev/null 78 # Watches the udev event queue, and exits if all current events are handled
79 udevadm settle --timeout=3 --quiet
80 killall "${_UDEV_DAEMON##*/}" 2>/dev/null
79 81
80 # Move the mount points of some filesystems over to 82 # Move the mount points of some filesystems over to
81 # the corresponding directories under the real root filesystem. 83 # the corresponding directories under the real root filesystem.