summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/interactive_http
Commit message (Expand)AuthorAgeFilesLines
* o finish moving draknet to drakconnect in standaloneDamien Chaumette2002-07-161-1/+1
* makes rpmlint happydamien2001-10-161-1/+1
* *** empty log message ***Pascal Rigaux2001-08-181-0/+13
* fix typoPascal Rigaux2001-08-171-1/+1
* restrict the progs callable to a few one.Pascal Rigaux2001-08-173-3/+10
* autogenerate index.htmlPascal Rigaux2001-08-171-0/+14
* Added logrotate for "/var/log/drakxtools_http.log"Stefan Siegel2001-08-092-0/+8
* add interactive_httpPascal Rigaux2001-08-077-8/+186
* Initial revisionPascal Rigaux2001-08-072-0/+1835
e='width: 0.0%;'/>
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index a2f07aa14..464b82e90 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -145,6 +145,7 @@ sub complete_usb_storage_info {
$e->{"usb_$_"} = $usb->{$_} foreach keys %$usb;
}
}
+ delete $_->{found} foreach @usb;
}
sub get_devfs_devices {