diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-26 20:09:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-26 20:09:25 +0000 |
commit | 183528ef44416c434c2da66ea236a6f2fa1d8b80 (patch) | |
tree | 007ee054f9a05d3ce564207b76cf4d3a4872b80f /perl-install/fs.pm | |
parent | e71135eea183d1acf14f45b9e526f4718f2ed210 (diff) | |
download | drakx-183528ef44416c434c2da66ea236a6f2fa1d8b80.tar drakx-183528ef44416c434c2da66ea236a6f2fa1d8b80.tar.gz drakx-183528ef44416c434c2da66ea236a6f2fa1d8b80.tar.bz2 drakx-183528ef44416c434c2da66ea236a6f2fa1d8b80.tar.xz drakx-183528ef44416c434c2da66ea236a6f2fa1d8b80.zip |
- zips() now return devices ending with "4", raw_zips() is the old zips()
- rdvd handling
- add .conf for /etc/devfs/conf.d/ files
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r-- | perl-install/fs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 047e3b88e..6ae9239fa 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -446,7 +446,7 @@ sub get_raw_hds { [ detect_devices::floppies(), detect_devices::cdroms__faking_ide_scsi(), - map { $_->{device} .= 4; $_ } detect_devices::zips__faking_ide_scsi(), + detect_devices::zips__faking_ide_scsi(), ]; get_major_minor(@{$all_hds->{raw_hds}}); |