summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-02-26 18:05:17 -0600
committerDavid Lehman <dlehman@redhat.com>2009-02-26 18:05:17 -0600
commitaddec40bb65f80a7f38166c5c87561d362b31fc9 (patch)
treed1e1b9303f183b78a91f958e22380b182f913f6b /anaconda
parent2500aecef62d11d82c9fd21140c3f521a6ee5855 (diff)
downloadanaconda-addec40bb65f80a7f38166c5c87561d362b31fc9.tar.gz
anaconda-addec40bb65f80a7f38166c5c87561d362b31fc9.tar.xz
anaconda-addec40bb65f80a7f38166c5c87561d362b31fc9.zip
Dirty (temporary) hack to copy udev rules from updates.img into place.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 4 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 199168b05..5958a2a27 100755
--- a/anaconda
+++ b/anaconda
@@ -170,6 +170,10 @@ def setupPythonUpdates():
f),
"/tmp/updates/%s/%s" %(pypkg, f))
+ import shutil
+ shutil.copyfile("/tmp/updates/70-anaconda.rules",
+ "/etc/udev/rules.d/70-anaconda.rules")
+
def parseOptions():
def resolution_cb (option, opt_str, value, parser):
parser.values.runres = value