summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-08-19 22:14:30 +0000
committerErik Troan <ewt@redhat.com>1999-08-19 22:14:30 +0000
commit5770488a36567bece84687863de0d3abf76cf96d (patch)
treefe070d878f6b733f79a3718d0d3c1f28b63926f7 /image.py
parentbf56732d9e92d8c6db53c5f4a6e4d77a096ebffa (diff)
downloadanaconda-5770488a36567bece84687863de0d3abf76cf96d.tar.gz
anaconda-5770488a36567bece84687863de0d3abf76cf96d.tar.xz
anaconda-5770488a36567bece84687863de0d3abf76cf96d.zip
added stubs
Diffstat (limited to 'image.py')
-rw-r--r--image.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/image.py b/image.py
index 569350d60..346ffc23b 100644
--- a/image.py
+++ b/image.py
@@ -13,5 +13,11 @@ class InstallMethod:
def readHeaders(self):
return HeaderList(self.tree + "/RedHat/base/hdlist")
+ def targetFstab(self, fstab):
+ pass
+
+ def filesDone(self):
+ pass
+
def __init__(self, tree):
self.tree = tree