diff options
| -rw-r--r-- | meta/recipes-core/initrdscripts/files/init-live.sh | 2 | ||||
| -rw-r--r-- | meta/recipes-core/initrdscripts/initramfs-framework/udev | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/initrdscripts/files/init-live.sh b/meta/recipes-core/initrdscripts/files/init-live.sh index df0076dd84..3f5fde83bf 100644 --- a/meta/recipes-core/initrdscripts/files/init-live.sh +++ b/meta/recipes-core/initrdscripts/files/init-live.sh | |||
| @@ -11,7 +11,7 @@ ISOLINUX="" | |||
| 11 | # Copied from initramfs-framework. The core of this script probably should be | 11 | # Copied from initramfs-framework. The core of this script probably should be |
| 12 | # turned into initramfs-framework modules to reduce duplication. | 12 | # turned into initramfs-framework modules to reduce duplication. |
| 13 | udev_daemon() { | 13 | udev_daemon() { |
| 14 | OPTIONS="/sbin/udev/udevd /sbin/udevd /lib/udev/udevd /sbin/systemd/systemd-udevd /lib/systemd/systemd-udevd" | 14 | OPTIONS="/sbin/udev/udevd /sbin/udevd /lib/udev/udevd /lib/systemd/systemd-udevd" |
| 15 | 15 | ||
| 16 | for o in $OPTIONS; do | 16 | for o in $OPTIONS; do |
| 17 | if [ -x "$o" ]; then | 17 | if [ -x "$o" ]; then |
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/udev b/meta/recipes-core/initrdscripts/initramfs-framework/udev index 18d44a5470..bb462dc448 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() { | |||
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | udev_daemon() { | 13 | udev_daemon() { |
| 14 | OPTIONS="/sbin/udev/udevd /sbin/udevd /lib/udev/udevd /sbin/systemd/systemd-udevd /lib/systemd/systemd-udevd" | 14 | OPTIONS="/sbin/udev/udevd /sbin/udevd /lib/udev/udevd /lib/systemd/systemd-udevd" |
| 15 | 15 | ||
| 16 | for o in $OPTIONS; do | 16 | for o in $OPTIONS; do |
| 17 | if [ -x "$o" ]; then | 17 | if [ -x "$o" ]; then |
