From bbd49e8cb7948f04b0741f476cacd831dbc125f8 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 11 Jul 2005 09:00:30 +0000 Subject: Hotplug mmc-agent: Increase delay to give udev based systems more time to create the device node --- packages/linux-hotplug/files/mmc.agent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/linux-hotplug/files') diff --git a/packages/linux-hotplug/files/mmc.agent b/packages/linux-hotplug/files/mmc.agent index 3b2050d7eb..a80daa4603 100755 --- a/packages/linux-hotplug/files/mmc.agent +++ b/packages/linux-hotplug/files/mmc.agent @@ -30,7 +30,7 @@ case `uname -r` in esac if [ "$ACTION" = "add" ] ; then - sleep 1 + sleep 4 echo -n add > /dev/console for n in 1 2 3 4 ; do device=/dev/$devpath$n -- cgit v1.2.3