diff options
Diffstat (limited to 'instdata.py')
-rw-r--r-- | instdata.py | 1 |
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 |