From: Michael Tremer Date: Sat, 10 Apr 2010 15:27:46 +0000 (+0200) Subject: initscripts: Hack that makes udevd start up. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8af660c82d7a92a45ede9a490b81eef9ad44cc40;p=ipfire-3.x.git initscripts: Hack that makes udevd start up. We definately need to revert this later. --- diff --git a/pkgs/core/initscripts/init/udev.conf b/pkgs/core/initscripts/init/udev.conf index 15da72958..3d75755ca 100644 --- a/pkgs/core/initscripts/init/udev.conf +++ b/pkgs/core/initscripts/init/udev.conf @@ -22,6 +22,10 @@ pre-start script # Copy static device nodes to /dev cp -a /lib/udev/devices/* /dev + + # This is a line that is required to get this work + # Looks like a timing problem of upstart + ls -lah /dev end script exec /sbin/udevd