diff options
author | Thomas Bächler <thomas@archlinux.org> | 2008-05-14 13:49:16 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2008-05-14 13:49:16 +0200 |
commit | de031161e02772aaeaefed1398f8ad59621bd8bc (patch) | |
tree | ca239215d7ec0c905f8be547aa01cabe4f44c0e9 | |
parent | af36e8dd3c025d7593bda4f310612989927149d1 (diff) |
Fix commit 521d7678cecb3018923f7c869bc8a5f74dc29268, this makes more sense2008.05-1
-rwxr-xr-x | rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ if [ -f /etc/localtime ]; then /sbin/hwclock $HWCLOCK_PARAMS --noadjfile fi -echo -e '\000\000\000\000' > /proc/sys/kernel/hotplug +echo > /proc/sys/kernel/hotplug if [ -x /sbin/udevadm -a -d /sys/block ]; then # We have udev and /sys appears to be mounted, use UDev |