-
Joshua Henderson authored
The following error occures in the udev init script because the kernel config may optionally not include uevent_helper. /etc/init.d/S10udev: line 47: can't create /proc/sys/kernel/hotplug: nonexistent directory Work around this by not trying to access the destination if it's not available. Signed-off-by:
Joshua Henderson <joshua.henderson@microchip.com> Acked-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit cbe725d7) Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
Joshua Henderson authoredThe following error occures in the udev init script because the kernel config may optionally not include uevent_helper. /etc/init.d/S10udev: line 47: can't create /proc/sys/kernel/hotplug: nonexistent directory Work around this by not trying to access the destination if it's not available. Signed-off-by:
Joshua Henderson <joshua.henderson@microchip.com> Acked-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit cbe725d7) Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
Loading