weston.ini: Introduce core section and remove type keys.
authorScott Moreau <oreaus@gmail.com>
Tue, 27 Nov 2012 23:54:53 +0000 (16:54 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 28 Nov 2012 01:31:08 +0000 (20:31 -0500)
commit29d1dd6bcd2f84e5775a3c03b0b16edc29102b8e
tree6a71b0b5c6de71c0f35e08b9f61ded53d1d766da
parent11f971c18ebad912d2bf3022fe62aa804a59c274
weston.ini: Introduce core section and remove type keys.

Since a6813d288, there is no longer a "type" key in the [shell] config section.
Instead the code accepts a [core] section with a modules key, containing a
comma separated list of modules to load. This patch removes the type keys
and adds a core section in the example weston.ini config file.
weston.ini