When we install symfony 2, installer will ask for values of variables from parameter.yml.dist that are not present in parameter.yml.
Is there a way to create your custom yml and yml.dist file in App/config?
e.g. my.yml will be created while installing and parameters defined in my.yml.dist will be prompted for values at the time of installation.