diff options
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index be81bb165..afb6ecce3 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -572,6 +572,7 @@ sub get_pcmcia_devices($$) { sub load_ide { eval { load("ide-mod", 'prereq', 'options="' . detect_devices::hasUltra66() . '"'); + delete $conf{$name}{options}; load_multi(qw(ide-probe ide-disk ide-cd)); } } |