summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-02-04 21:24:35 +0000
committerMatt Wilson <msw@redhat.com>2002-02-04 21:24:35 +0000
commitea82c230ff50585527573cbee910b8237c2f3647 (patch)
tree17b7b37a1b8dcff27f463099b224c9dba06e4faa /image.py
parent7ed47c9c2c0e59cb0615ada0d2a5dc2673fc664f (diff)
downloadanaconda-ea82c230ff50585527573cbee910b8237c2f3647.tar.gz
anaconda-ea82c230ff50585527573cbee910b8237c2f3647.tar.xz
anaconda-ea82c230ff50585527573cbee910b8237c2f3647.zip
removed hardcoding of /mnt/source, parse RELEASE-NOTES.html as html, search for both plain text and HTML RELEASE-NOTES, convert to utf8
Diffstat (limited to 'image.py')
-rw-r--r--image.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/image.py b/image.py
index 17a802bb8..f02130882 100644
--- a/image.py
+++ b/image.py
@@ -25,6 +25,9 @@ class ImageInstallMethod(InstallMethod):
def mergeFullHeaders(self, hdlist):
hdlist.mergeFullHeaders(self.tree + "/RedHat/base/hdlist2")
+ def getSourcePath(self):
+ return self.tree
+
def __init__(self, tree):
InstallMethod.__init__(self)
self.tree = tree