Use init system for add-ons (#237)

* Use init system for add-ons

* Update const.py

* Update validate.py

* Update addon.py

* Update addon.py

* remove options

* remove options p2

* remove options p3

* Update addon.py
This commit is contained in:
Pascal Vizeli
2017-11-04 21:52:41 +01:00
committed by GitHub
parent 13498afa97
commit efbc7b17a1
3 changed files with 3 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ ATTR_SECURITY = 'security'
ATTR_BUILD_FROM = 'build_from'
ATTR_SQUASH = 'squash'
ATTR_GPIO = 'gpio'
ATTR_LEGACY = 'ATTR_LEGACY'
ATTR_LEGACY = 'legacy'
ATTR_ADDONS_CUSTOM_LIST = 'addons_custom_list'
STARTUP_INITIALIZE = 'initialize'