summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/installclass.py b/installclass.py
index 5698c5b35..14aa94aa4 100644
--- a/installclass.py
+++ b/installclass.py
@@ -20,6 +20,9 @@ class InstallClass:
def setMouseType(self, name, device = None, emulateThreeButtons = 0):
self.mouse = (name, device, emulateThreeButtons)
+ def postAction(self, rootPath, serial):
+ pass
+
def setLiloInformation(self, location, linear = 1, appendLine = None):
# this throws an exception if there is a problem
["mbr", "partition", None].index(location)
@@ -181,10 +184,6 @@ class InstallClass:
def setKeyboard(self, kb):
self.keyboard = kb
- def setPostScript(self, postScript, inChroot = 1):
- self.postScript = postScript
- self.postInChroot = inChroot
-
def __init__(self):
self.skipSteps = {}
self.hostname = None