diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-11-24 16:44:52 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-11-24 16:44:52 +0000 |
commit | d2e64f7f434ac1e6bcbf21df7dc37f8e61b7dc5a (patch) | |
tree | 056a7591deff732c14dd5f2d27f317e16f394f79 /perl-install | |
parent | 52f0e1cfd432bc74b499496ac182fc7e540fc9ce (diff) | |
download | drakx-d2e64f7f434ac1e6bcbf21df7dc37f8e61b7dc5a.tar drakx-d2e64f7f434ac1e6bcbf21df7dc37f8e61b7dc5a.tar.gz drakx-d2e64f7f434ac1e6bcbf21df7dc37f8e61b7dc5a.tar.bz2 drakx-d2e64f7f434ac1e6bcbf21df7dc37f8e61b7dc5a.tar.xz drakx-d2e64f7f434ac1e6bcbf21df7dc37f8e61b7dc5a.zip |
fix LUN description
Diffstat (limited to 'perl-install')
-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 97beec64b..71fe661a9 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -102,7 +102,7 @@ my %fields = { channel => [ N("Channel"), N("EIDE/SCSI channel") ], info => [ N("Disk identifier"), N("usually the disk serial number") ], - lun => [ N("Logical unit number"), N("the SCSI target number (LUN). SCSI devices connected to a host are uniquely identified by a + lun => [ N("Logical unit number"), N("the SCSI Logical Unit Number (LUN). SCSI devices connected to a host are uniquely identified by a channel number, a target id and a logical unit number") ], }, MEMORY => |