diff options
Diffstat (limited to 'perl-install/modules.pm')
-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 3abbf53d5..f1008829b 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -579,7 +579,7 @@ sub get_pcmcia_devices($$) { sub load_ide { eval { load("ide-mod", 'prereq', 'options="' . detect_devices::hasUltra66() . '"'); - delete $conf{$name}{options}; + delete $conf{"ide-mod"}{options}; load_multi(qw(ide-probe ide-disk ide-cd)); } } |