diff options
| author | John Klug <john.klug@multitech.com> | 2021-11-04 03:00:31 -0500 |
|---|---|---|
| committer | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2021-11-17 14:44:24 +0200 |
| commit | 687f61d4625a0115b75c8cc84ff411d4293651f5 (patch) | |
| tree | d9b9652ebddd223930295dd0f5198f14724cdcde /recipes-core/udev/eudev | |
| parent | ad74c0876acca9115185390ea942924dd50d4325 (diff) | |
| download | meta-mlinux-687f61d4625a0115b75c8cc84ff411d4293651f5.tar.gz meta-mlinux-687f61d4625a0115b75c8cc84ff411d4293651f5.tar.bz2 meta-mlinux-687f61d4625a0115b75c8cc84ff411d4293651f5.zip | |
Remove error with obsolete feature hotplug
Diffstat (limited to 'recipes-core/udev/eudev')
| -rw-r--r-- | recipes-core/udev/eudev/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/udev/eudev/init b/recipes-core/udev/eudev/init index d941401..4cec70b 100644 --- a/recipes-core/udev/eudev/init +++ b/recipes-core/udev/eudev/init @@ -97,7 +97,7 @@ case "$1" in kill_udevd > "/dev/null" 2>&1 # trigger the sorted events - echo -e '\000\000\000\000' > /proc/sys/kernel/hotplug + [ -e /proc/sys/kernel/hotplug ] && echo -e '\000' >/proc/sys/kernel/hotplug @UDEVD@ -d udevadm control --env=STARTUP=1 |
