From a6330e7e8e76b5c5e72fed80e1d868ba70a1d40a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 11 Feb 2005 14:30:35 +0000 Subject: fix removing a PCMCIA controller --- perl-install/standalone/service_harddrake | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index e25f48b9d..e72c8cb94 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -144,6 +144,7 @@ foreach my $hw_class (@harddrake::data::tree) { $modules_conf->write; next; } elsif ($Ident eq "PCMCIA_CONTROLLER") { + $ID{none}->{driver} = '' if is_empty_hash_ref(@added) && @was_removed; harddrake::autoconf::pcmcia(first(values(%ID))->{driver}); } elsif ($Ident eq "USB_CONTROLLER") { modules::load_category($modules_conf, 'bus/usb'); -- cgit v1.2.1