kickstart: remove old installerfw keywords
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 15 Jan 2014 11:45:05 +0000 (13:45 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 15 Jan 2014 11:51:07 +0000 (13:51 +0200)
commitc0e61fa1822562f7b92ac4cb14905fcf5803538e
treeeb4ac0b1588c18f17e61d0cdc21ce63377e21682
parent7a3e7c77495b469dccec68a480f2c161980912c1
kickstart: remove old installerfw keywords

The story: the installer framework keyword in KS files originally was
"installerfw", and the keyword for the first plugin was "extlinux". However,
we realized that this is bad naming, and commit changed the names in commit
'0bafaa1b31a0 kickstart: add an alias for installerfw'. That commit preserved
the old name as aliases for compatibility reasons. And added scary warnings
which are printed when the old names are used.

The only user user of the old names was Tizen IVI, and it stopped using them
very long time ago. Now it uses the new 'installerfw_plugins' and 'bootloader'
keywords instead.

So it is time to kill the old keywords completely and clean the code up. And
this is exactly what this patch does.

Change-Id: I23ef6c5850744734816974233229cf99fca05f38
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
mic/kickstart/__init__.py
mic/kickstart/custom_commands/installerfw.py