diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-09-19 17:20:39 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-09-19 17:20:39 +0000 |
commit | 726f1eb8a39ffb0c6a725e9a2651f28a9cc127c8 (patch) | |
tree | d69a97e09076a5eb2489764e04aa6befcecf00dc | |
parent | c6f04445eb77017665077f066b6ba04b47811776 (diff) | |
download | drakx-726f1eb8a39ffb0c6a725e9a2651f28a9cc127c8.tar drakx-726f1eb8a39ffb0c6a725e9a2651f28a9cc127c8.tar.gz drakx-726f1eb8a39ffb0c6a725e9a2651f28a9cc127c8.tar.bz2 drakx-726f1eb8a39ffb0c6a725e9a2651f28a9cc127c8.tar.xz drakx-726f1eb8a39ffb0c6a725e9a2651f28a9cc127c8.zip |
adapt load_and_configure() example to current prototype
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 5789262ff..83410dfd6 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -103,7 +103,7 @@ sub load { load_with_options(\@l, {}); } -# eg: load_and_configure($modules_conf, 'vfat', 'reiserfs', [ ne2k => 'io=0xXXX', 'dma=5' ]) +# eg: load_and_configure($modules_conf, 'bt878', [ bttv => 'no_overlay=1' ]) sub load_and_configure { my ($conf, $module, $o_options) = @_; |