This commit is contained in:
Michael Hudson-Doyle 2018-06-15 09:48:17 +12:00
parent 895d5aa2ef
commit 5e58068b2e
1 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,9 @@ class SubiquityModel:
self.target = root
self.locale = LocaleModel(common['signal'])
self.keyboard = KeyboardModel(root)
self.installpath = InstallpathModel(target=self.target, sources=common['opts'].sources)
self.installpath = InstallpathModel(
target=self.target,
sources=common['opts'].sources)
self.network = NetworkModel(support_wlan=False)
self.filesystem = FilesystemModel(common['prober'])
self.identity = IdentityModel()