Freitag, 4. Juli 2008

Proposallist with openSUSE 11.1

with openSUSE 11.1 you can configure the proposal screen that is shown when you set the confirm option to true or you pass y2confirm on the linuxrc commandline. So you can hide all proposal except for the language selection and the software selection for example.


<general>
<mode>
<confirm config:type="boolean">true</confirm>
</mode>
...
<proposals config:type="list">
<proposal>country_simple_proposal</proposal>
<proposal>software_proposal</proposal>
</proposals>
</general>