[Lunar-commits] <moonbase> udev: convert-db option is not present anymore
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sat Apr 2 20:23:15 CEST 2011
commit e224b1b2c20b3cde4ac56d6d73cb902721496209
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sat Apr 2 20:23:15 2011 +0200
udev: convert-db option is not present anymore
---
filesys/udev/POST_INSTALL | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/filesys/udev/POST_INSTALL b/filesys/udev/POST_INSTALL
index d71df66..a5c7a6c 100644
--- a/filesys/udev/POST_INSTALL
+++ b/filesys/udev/POST_INSTALL
@@ -36,12 +36,10 @@ create_node 0660 loop0 b 7 0 &&
create_node 0666 zero c 1 5 &&
create_node 0660 kmsg c 1 11 &&
-udevadm info --convert-db
-# Find and auto configure network and block devices
+# Find and auto-configure network and block devices
for netdev in `ls -d /sys/class/net/eth[0-9]*`
do echo add > $netdev/uevent
done
for devblock in `ls /sys/block | grep -v loop`
do udevadm test /sys/block/$devblock
done
-
More information about the Lunar-commits
mailing list