Lines Matching refs:rule
188 # could be or how the match rule looks like. So we just check the
375 """Write out a udev rule that may match the device, run udevadm trigger and
376 check if the udev rule worked. Of course, there's plenty to go wrong...
379 print_bold("Guessing a udev rule to overwrite the fuzz")
414 print_bold("Suggested udev rule, option 1:")
417 print_bold("Suggested udev rule, option 2:")
422 # rule (i.e. most wildcards) first although that was supposed to be fixed in
424 # Our rule uses dmi strings and will be more specific than what 60-evdev.hwdb
431 print_bold("Wich rule do you want to to test? 1 or 2? ", end="")
435 rule = rule1
438 rule = rule2
452 fd.write(rule)
469 "1. Re-run this program and try the other suggested udev rule. If that fails,"
472 "2. File a bug with the suggested udev rule at http://github.com/systemd/systemd"