Drop installpath

This commit is contained in:
Dimitri John Ledkov 2019-05-14 16:03:33 +02:00
parent d67cc5c721
commit 25071d9cf0
9 changed files with 0 additions and 20 deletions

View File

@ -4,8 +4,6 @@ Refresh:
update: no
Keyboard:
layout: us
Installpath:
path: ubuntu
Network:
actions:
- action: create-bond

View File

@ -4,8 +4,6 @@ Refresh:
update: no
Keyboard:
layout: us
Installpath:
path: ubuntu
Network:
accept-default: yes
Proxy:

View File

@ -4,8 +4,6 @@ Refresh:
update: no
Keyboard:
layout: us
Installpath:
path: ubuntu
Network:
accept-default: yes
Proxy:

View File

@ -4,8 +4,6 @@ Refresh:
update: no
Keyboard:
layout: us
Installpath:
path: ubuntu
Network:
accept-default: yes
Proxy:

View File

@ -4,8 +4,6 @@ Refresh:
update: no
Keyboard:
layout: us
Installpath:
path: ubuntu
Network:
accept-default: yes
Proxy:

View File

@ -4,8 +4,6 @@ Refresh:
update: no
Keyboard:
layout: us
Installpath:
path: ubuntu
Network:
accept-default: yes
Proxy:

View File

@ -4,8 +4,6 @@ Refresh:
update: no
Keyboard:
layout: us
Installpath:
path: ubuntu
Network:
accept-default: yes
Proxy:

View File

@ -4,8 +4,6 @@ Refresh:
update: yes
Keyboard:
layout: us
Installpath:
path: ubuntu
Network:
accept-default: yes
Proxy:

View File

@ -74,9 +74,6 @@ class SubiquityModel:
self.locale = LocaleModel()
self.keyboard = KeyboardModel(self.root)
self.installpath = InstallpathModel(
target=self.target,
sources=sources)
self.network = NetworkModel(support_wlan=False)
self.proxy = ProxyModel()
self.mirror = MirrorModel()
@ -85,7 +82,6 @@ class SubiquityModel:
# Collect the models that produce data for the curtin config.
self._install_models = [
self.keyboard,
self.installpath,
self.network,
self.proxy,
self.mirror,