summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2009-12-17 16:08:15 +0100
committerMartin Sivak <msivak@redhat.com>2010-01-08 17:13:05 +0100
commit57a355bcb107054ddfb579a6ad79527511980809 (patch)
tree9b59383b87084ddc0d534ecb1c942b67a5f4036e /constants.py
parent406bc3cb0b3dff042942b72f26b4304affe30a13 (diff)
downloadanaconda-57a355bcb107054ddfb579a6ad79527511980809.tar.gz
anaconda-57a355bcb107054ddfb579a6ad79527511980809.tar.xz
anaconda-57a355bcb107054ddfb579a6ad79527511980809.zip
Install the driver discs according to what was loaded in stage1
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index 9c4fbb12c..fb81c90dc 100644
--- a/constants.py
+++ b/constants.py
@@ -82,3 +82,8 @@ else:
# this string will be combined with "An unhandled exception"...
# the leading space is not a typo.
exceptionText += _(" against anaconda at %s") %(bugzillaUrl,)
+
+# DriverDisc Paths
+DD_EXTRACTED = "/tmp/DD"
+DD_RPMS = "/tmp/DD-*"
+