"Florent BERANGER" <[EMAIL PROTECTED]> writes:
> How to include a module in /etc/modules.conf and make it
> loaded at startup by using libDrakX libraries ?
it is:
modules::read_conf('/etc/modules.conf')
the fun part is that it's not really used, except for
modules::write_conf which reads the current config before leaving.
This should/may change, since currently removing things from
modules.conf is not possible. Truly modules.pm was created for
installation without taking care of any existing modules.conf :-(