summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-09-04 17:19:59 +0000
committerThierry Vignaud <tv@mandriva.org>2007-09-04 17:19:59 +0000
commitbb85779ac4b575ad1e2cfb72fcee33fdf8b4e1e1 (patch)
treeff70a7b35c0e6619df251dafcead8956fa215b03
parent817a1c215ad004eea0f95d9ad3503d9b945c94eb (diff)
downloaddrakx-backup-do-not-use-bb85779ac4b575ad1e2cfb72fcee33fdf8b4e1e1.tar
drakx-backup-do-not-use-bb85779ac4b575ad1e2cfb72fcee33fdf8b4e1e1.tar.gz
drakx-backup-do-not-use-bb85779ac4b575ad1e2cfb72fcee33fdf8b4e1e1.tar.bz2
drakx-backup-do-not-use-bb85779ac4b575ad1e2cfb72fcee33fdf8b4e1e1.tar.xz
drakx-backup-do-not-use-bb85779ac4b575ad1e2cfb72fcee33fdf8b4e1e1.zip
display an identifier for generic SCSI devices
-rw-r--r--perl-install/NEWS1
-rwxr-xr-xperl-install/standalone/harddrake21
2 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index a9598f70f..bc5ad2476 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -5,6 +5,7 @@
o add a comment (a la ubuntu) in fstab when using UUID=
- harddrake
o detect PS2 to USB converters as keyboards
+ o display an identifier for generic SCSI devices
o list generic SCSI devices
Version 10.4.184 - 3 September 2007, by Thierry Vignaud
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 2cbca1b5c..23a3049d4 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -47,6 +47,7 @@ my %fields =
"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") ],
+ "info" => [ N("Identifier"), N("usually the device serial number") ],
"media_type" => [ N("Media class"), N("class of hardware device") ],
"Model" => [ N("Model"), N("hard disk model") ],
"port" => [ N("Port"), N("network printer port") ],