From addec40bb65f80a7f38166c5c87561d362b31fc9 Mon Sep 17 00:00:00 2001 From: David Lehman Date: Thu, 26 Feb 2009 18:05:17 -0600 Subject: Dirty (temporary) hack to copy udev rules from updates.img into place. --- anaconda | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'anaconda') 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 -- cgit