summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-06-10 21:43:18 +0000
committerJeremy Katz <katzj@redhat.com>2002-06-10 21:43:18 +0000
commitac19dbdc6ec8e3056694b3c4cc3a364f7331dae8 (patch)
treeb5c4e3ec3b06343073d56cb59802250d126f69c8 /instdata.py
parent8c5ee8c03c7c7c29a64ec86ad50e88da4e407f04 (diff)
downloadanaconda-ac19dbdc6ec8e3056694b3c4cc3a364f7331dae8.tar.gz
anaconda-ac19dbdc6ec8e3056694b3c4cc3a364f7331dae8.tar.xz
anaconda-ac19dbdc6ec8e3056694b3c4cc3a364f7331dae8.zip
add a step which takes care of ensuring that any needed things for firstboot get done. generally a no-op except for kickstart which has different defaults. also, move dopostaction back to being the last thing we do
Diffstat (limited to 'instdata.py')
-rw-r--r--instdata.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/instdata.py b/instdata.py
index bdbc93498..75cf2f88c 100644
--- a/instdata.py
+++ b/instdata.py
@@ -74,6 +74,7 @@ class InstallData:
self.upgradeSwapInfo = None
self.upgradeDeps = ""
self.configFileData = self.tmpData
+ self.firstboot = FIRSTBOOT_DEFAULT
def setInstallProgressClass(self, c):
self.instProgress = c