diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-17 23:49:58 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-17 23:49:58 +0000 |
commit | d87156ef1d55624a6bf19f7e51eecf6375ea3855 (patch) | |
tree | 7e64d0d5e8ae8f960d6a8c65143357b21f1b23b4 | |
parent | 7cc4f22d7502d543fd79d52d1700944ca613a277 (diff) | |
download | drakx-d87156ef1d55624a6bf19f7e51eecf6375ea3855.tar drakx-d87156ef1d55624a6bf19f7e51eecf6375ea3855.tar.gz drakx-d87156ef1d55624a6bf19f7e51eecf6375ea3855.tar.bz2 drakx-d87156ef1d55624a6bf19f7e51eecf6375ea3855.tar.xz drakx-d87156ef1d55624a6bf19f7e51eecf6375ea3855.zip |
add missing field for hard disks
-rwxr-xr-x | perl-install/standalone/harddrake2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index e7420f383..94e22aebf 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -42,6 +42,7 @@ my %fields = N("Module"), N("the module of the GNU/Linux kernel that handles the device") ], "extended_partitions" => [ N("Extended partitions"), N("the number of extended partitions") ], "geometry" => [ N("Geometry"), N("Cylinder/head/sectors geometry of the disk") ], + "host" => [ N("Disk controller"), N("the disk controller on the host side") ], "media_type" => [ N("Media class"), N("class of hardware device") ], "Model" => [ N("Model"), N("hard disk model") ], "nbuttons" => [ N("Number of buttons"), N("the number of buttons the mouse has") ], |