summaryrefslogtreecommitdiffstats
path: root/70-anaconda.rules
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-11-30 14:19:10 -0600
committerDavid Lehman <dlehman@redhat.com>2009-11-30 15:05:55 -0600
commit38fcc84ef1932952f4d81ce0d7a23b77f1e72bcc (patch)
tree896de4ed806c015e27b7686e48b93856d95c9856 /70-anaconda.rules
parentb732f9aa1db3969e6c3d11f22347a171b7d5ad2e (diff)
downloadanaconda-38fcc84ef1932952f4d81ce0d7a23b77f1e72bcc.tar.gz
anaconda-38fcc84ef1932952f4d81ce0d7a23b77f1e72bcc.tar.xz
anaconda-38fcc84ef1932952f4d81ce0d7a23b77f1e72bcc.zip
Fix udev rule to test whether we're in anaconda.
The rules use shell glob syntax, not regular expressions.
Diffstat (limited to '70-anaconda.rules')
-rw-r--r--70-anaconda.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/70-anaconda.rules b/70-anaconda.rules
index 14f014a08..51a22f03c 100644
--- a/70-anaconda.rules
+++ b/70-anaconda.rules
@@ -1,5 +1,5 @@
# If $ANACONDA isn't set in the environment, skip all these rules.
-ENV{ANACONDA}!=".*", GOTO="anaconda_end"
+ENV{ANACONDA}!="?*", GOTO="anaconda_end"
ACTION!="add|change", GOTO="anaconda_end"
SUBSYSTEM!="block", GOTO="anaconda_end"