[Lunar-commits] <moonbase> lunar-init: prepared for udev 146

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sun Aug 23 06:16:36 CEST 2009


commit b5b3214ece79936bd8e27e11047d92b11a912e19
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sun Aug 23 06:16:36 2009 +0200

    lunar-init: prepared for udev 146
---
 utils/lunar-init/mount |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/lunar-init/mount b/utils/lunar-init/mount
index c76c4aa..abe5f1b 100644
--- a/utils/lunar-init/mount
+++ b/utils/lunar-init/mount
@@ -225,7 +225,7 @@ start()
         run_with_msg "Devices activation - please wait" "/sbin/udevadm settle"
         # This is first aid code for devices hard to init (too slow or to buggy for init by 1st time)
         # I never have to use it as my machine works great - I leave it just in case
-        #run_with_msg "Activating lazy devices" "/sbin/udevadm trigger --retry-failed"
+        #run_with_msg "Activating lazy devices" "/sbin/udevadm trigger --type=failed"
         #run_with_msg "Lazy devices activation - please wait" "/sbin/udevadm settle"
 		if [ ! -h /dev/fd ]; then
 			ln -sf /proc/self/fd /dev/fd


More information about the Lunar-commits mailing list