show the initial screen if any screens are interactive

the idea here is to stop multiple subiquitys from trampling on each other
This commit is contained in:
Michael Hudson-Doyle 2020-03-31 14:40:46 +13:00
parent 1dab065c1d
commit ceb0b017a4
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ class WelcomeController(SubiquityController):
autoinstall_schema = {'type': 'string'}
autoinstall_default = 'en_US.UTF-8'
def interactive(self):
return self.app.interactive()
def load_autoinstall_data(self, data):
os.environ["LANG"] = data