diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-20 23:23:44 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-20 23:23:44 +0000 |
commit | e6c9255798e04223872c8d207a6a2134d128a8ce (patch) | |
tree | 6f09aee17c4881072892b0b69833a23d003573a5 /perl-install/standalone/harddrake2 | |
parent | 6bfd3e51da32108f8b15a1c7fb7af8ddf171b8ff (diff) | |
download | drakx-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/standalone/harddrake2')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 2 |
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) ], }, |