olpc-os-builder config file format change
Martin Langhoff
martin.langhoff at gmail.com
Tue Mar 6 08:22:40 EST 2012
On Mar 2, 2012 6:21 PM, "Daniel Drake" <dsd at laptop.org> wrote:
> I propose that we simplify this: remove the "global.modules" variable,
> and make the presence of a section become the hint that a module is
> loaded. For example:
Yes please. It's a common mistake to forget to add the module in the
modules list.
Some modules, however, only need to appear listed there. For those, I
propose _retaining_ the global.modules entry.
So for example:
[global]
fedora_release=17
modules=base,xo1,yumcfg
[yumcfg]
add_excludes_to=fedora-rawhide
Simplifies to
[global]
fedora_release=17
modules=base,xo1
[yumcfg]
add_excludes_to=fedora-rawhide
You can also do
> [base]
> [xo1]
but it looks really dorky.
cheers,
m
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.laptop.org/pipermail/devel/attachments/20120306/31285edc/attachment.html>
More information about the Devel
mailing list