From: Ross Burton Date: Thu, 11 Apr 2013 16:28:26 +0000 (+0100) Subject: initrdscripts: look for new systemd-udevd location X-Git-Tag: 2015-4~6839 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ff0fd25206c3c75921d51cb80bcb6c94ca47b405;p=openembedded-core.git initrdscripts: look for new systemd-udevd location As per the previous commit, systemd-udevd is now in /sbin/systemd/. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/initrdscripts/files/init-live.sh b/meta/recipes-core/initrdscripts/files/init-live.sh index 9fe1cd606c..4bd1b52c11 100644 --- a/meta/recipes-core/initrdscripts/files/init-live.sh +++ b/meta/recipes-core/initrdscripts/files/init-live.sh @@ -12,7 +12,7 @@ UNIONFS="no" # Copied from initramfs-framework. The core of this script probably should be # turned into initramfs-framework modules to reduce duplication. udev_daemon() { - OPTIONS="/sbin/udev/udevd /sbin/udevd /lib/udev/udevd /lib/systemd/systemd-udevd" + OPTIONS="/sbin/udev/udevd /sbin/udevd /lib/udev/udevd /sbin/systemd/systemd-udevd /lib/systemd/systemd-udevd" for o in $OPTIONS; do if [ -x "$o" ]; then diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/udev b/meta/recipes-core/initrdscripts/initramfs-framework/udev index bb462dc448..18d44a5470 100644 --- a/meta/recipes-core/initrdscripts/initramfs-framework/udev +++ b/meta/recipes-core/initrdscripts/initramfs-framework/udev @@ -11,7 +11,7 @@ udev_shutdown_hook_handler() { } udev_daemon() { - OPTIONS="/sbin/udev/udevd /sbin/udevd /lib/udev/udevd /lib/systemd/systemd-udevd" + OPTIONS="/sbin/udev/udevd /sbin/udevd /lib/udev/udevd /sbin/systemd/systemd-udevd /lib/systemd/systemd-udevd" for o in $OPTIONS; do if [ -x "$o" ]; then