diff options
-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) ], }, |