summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-09-04 17:15:50 +0000
committerThierry Vignaud <tv@mandriva.org>2007-09-04 17:15:50 +0000
commit817a1c215ad004eea0f95d9ad3503d9b945c94eb (patch)
treec89d3bfed20d006f918df7174fdca62a6561164b
parenta9d21c994278a099749364ab42bc61b237479053 (diff)
downloaddrakx-backup-do-not-use-817a1c215ad004eea0f95d9ad3503d9b945c94eb.tar
drakx-backup-do-not-use-817a1c215ad004eea0f95d9ad3503d9b945c94eb.tar.gz
drakx-backup-do-not-use-817a1c215ad004eea0f95d9ad3503d9b945c94eb.tar.bz2
drakx-backup-do-not-use-817a1c215ad004eea0f95d9ad3503d9b945c94eb.tar.xz
drakx-backup-do-not-use-817a1c215ad004eea0f95d9ad3503d9b945c94eb.zip
list generic SCSI devices
-rw-r--r--perl-install/NEWS1
-rw-r--r--perl-install/harddrake/data.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index fc37123ce..a9598f70f 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -5,6 +5,7 @@
o add a comment (a la ubuntu) in fstab when using UUID=
- harddrake
o detect PS2 to USB converters as keyboards
+ o list generic SCSI devices
Version 10.4.184 - 3 September 2007, by Thierry Vignaud
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index bd6021a01..518406a84 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -9,7 +9,7 @@ our @ISA = qw(Exporter);
our @EXPORT_OK = qw(version tree);
our ($version, $sbindir, $bindir) = ("10", "/usr/sbin", "/usr/bin");
-my @devices = detect_devices::probeall();
+my @devices = (detect_devices::probeall(), detect_devices::getSCSI());
# Update me each time you handle one more devices class (aka configurator)
sub unknown() {