summaryrefslogtreecommitdiffstats
path: root/livecd.py
diff options
context:
space:
mode:
Diffstat (limited to 'livecd.py')
-rw-r--r--livecd.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/livecd.py b/livecd.py
index bb14acd5a..77133448d 100644
--- a/livecd.py
+++ b/livecd.py
@@ -106,6 +106,10 @@ class LiveCDImageMethod(installmethod.InstallMethod):
return [target]
return []
+ def getFilename(self, filename, callback=None, destdir=None, retry=1):
+ if filename.startswith("RELEASE-NOTES"):
+ return "/usr/share/doc/HTML/" + filename
+
def getLiveBlockDevice(self):
return self.osimg