diff options
| author | Nico Dietrich | 2006-02-01 17:24:11 +0100 |
|---|---|---|
| committer | Nico Dietrich | 2006-02-01 17:24:11 +0100 |
| commit | dc0f1dd0c22ea1e60fbb7722aa11109c56f56a19 (patch) | |
| tree | 91a452085611d0cb0e5aca9a1ec98259fbfd852f /initrd/initrd-stuff/init | |
| parent | Improved hardware detection, added SCSI/SATA drivers in hw detection (diff) | |
| download | core-dc0f1dd0c22ea1e60fbb7722aa11109c56f56a19.tar.gz core-dc0f1dd0c22ea1e60fbb7722aa11109c56f56a19.tar.xz core-dc0f1dd0c22ea1e60fbb7722aa11109c56f56a19.zip | |
kleine fixes in init
git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@53 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/init')
| -rwxr-xr-x | initrd/initrd-stuff/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init index 56d3cb0f..db9546a5 100755 --- a/initrd/initrd-stuff/init +++ b/initrd/initrd-stuff/init @@ -46,7 +46,7 @@ if [ -x /bin/udev -a -x /bin/udevstart ] ; then export UDEVD_EXPECTED_SEQNUM=$(cat /sys/kernel/hotplug_seqnum) export UDEVD_EVENT_TIMEOUT=1 echo "" > /proc/sys/kernel/hotplug - udevd --daemon + udevd --daemon & fi elif [ -x /bin/hotplug ] ; then echo "Enabling hotplug" |
