summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-20 23:23:44 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-20 23:23:44 +0000
commite6c9255798e04223872c8d207a6a2134d128a8ce (patch)
tree6f09aee17c4881072892b0b69833a23d003573a5 /perl-install
parent6bfd3e51da32108f8b15a1c7fb7af8ddf171b8ff (diff)
downloaddrakx-e6c9255798e04223872c8d207a6a2134d128a8ce.tar
drakx-e6c9255798e04223872c8d207a6a2134d128a8ce.tar.gz
drakx-e6c9255798e04223872c8d207a6a2134d128a8ce.tar.bz2
drakx-e6c9255798e04223872c8d207a6a2134d128a8ce.tar.xz
drakx-e6c9255798e04223872c8d207a6a2134d128a8ce.zip
display media type for mass storage devices
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 8c2aa553b..e89549ae6 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -118,7 +118,7 @@ my %groups = (
},
HARDDISK =>
{
- N("Identification") => [ qw(Vendor Model description info) ],
+ N("Identification") => [ qw(Vendor Model description info media_type) ],
N("Device") => [ qw(device devfs_device) ],
N("Partitions") => [ qw(primary_partitions extended_partitions) ],
},