summaryrefslogtreecommitdiffstats
path: root/perl-install/devices.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-04-30 14:53:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-04-30 14:53:01 +0000
commit53ba1959cfce498ef897f1361f99458bdcb9bb47 (patch)
tree186e3740966733266f6c1f287250435a27f8afc8 /perl-install/devices.pm
parent8e134a7a9017e3519874386457044d1c64434e09 (diff)
downloaddrakx-backup-do-not-use-53ba1959cfce498ef897f1361f99458bdcb9bb47.tar
drakx-backup-do-not-use-53ba1959cfce498ef897f1361f99458bdcb9bb47.tar.gz
drakx-backup-do-not-use-53ba1959cfce498ef897f1361f99458bdcb9bb47.tar.bz2
drakx-backup-do-not-use-53ba1959cfce498ef897f1361f99458bdcb9bb47.tar.xz
drakx-backup-do-not-use-53ba1959cfce498ef897f1361f99458bdcb9bb47.zip
- new getSCSI_26() not using /proc/scsi/scsi
(since we can't say first Direct-Access entry is sda anymore) - deprecate field {raw_type} - don't fill {device} with sgX for non-(cdrom|hd|floppy) (hopefully not used by anything, except maybe scanners?) - replace scdX with srX (which everybody use)
Diffstat (limited to 'perl-install/devices.pm')
-rw-r--r--perl-install/devices.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/devices.pm b/perl-install/devices.pm
index 9a8a005b7..434397a61 100644
--- a/perl-install/devices.pm
+++ b/perl-install/devices.pm
@@ -119,7 +119,7 @@ sub entry {
"loop" => [ c::S_IFBLK(), 7, 0 ],
"md" => [ c::S_IFBLK(), 9, 0 ],
"nst" => [ c::S_IFCHR(), 9, 128 ],
- "scd" => [ c::S_IFBLK(), 11, 0 ],
+ "sr" => [ c::S_IFBLK(), 11, 0 ],
"ttyS" => [ c::S_IFCHR(), 4, 64 ],
"ubd/" => [ c::S_IFBLK(), 98, 0 ],
}}{$1} };