From 726f1eb8a39ffb0c6a725e9a2651f28a9cc127c8 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 19 Sep 2007 17:20:39 +0000 Subject: adapt load_and_configure() example to current prototype --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules.pm') 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) = @_; -- cgit v1.2.1