summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-12-10 14:16:44 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-12-10 14:16:44 +0000
commitf3f7bc1309a5a483fd1450f605430e65d6519c49 (patch)
tree88cc43409e0bdaea028139af64dae6770bcbc1b0
parentcd9adc1cbbac9e41234d2754243635eb1ea26bd3 (diff)
downloaddrakx-f3f7bc1309a5a483fd1450f605430e65d6519c49.tar
drakx-f3f7bc1309a5a483fd1450f605430e65d6519c49.tar.gz
drakx-f3f7bc1309a5a483fd1450f605430e65d6519c49.tar.bz2
drakx-f3f7bc1309a5a483fd1450f605430e65d6519c49.tar.xz
drakx-f3f7bc1309a5a483fd1450f605430e65d6519c49.zip
no gratuitously tab
-rwxr-xr-xperl-install/standalone/harddrake25
1 files changed, 2 insertions, 3 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index d88dec564..2a07bef3e 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -19,9 +19,8 @@ my %fields =
"bus" =>
[ N("Bus"),
N("this is the physical bus on which the device is plugged (eg: PCI, USB, ...)") ],
- "channel" => [N("Channel"), N("EIDE/SCSI channel")],
- "bogomips" => [N("Bogomips"), N("The GNU/Linux kernel needs to do run a calculation loop at boot time
- to initialize a timer counter. Its result is stored as bogomips as a way to \"benchmark\" the cpu.")],
+ "channel" => [ N("Channel"), N("EIDE/SCSI channel")],
+ "bogomips" => [ N("Bogomips"), N("The GNU/Linux kernel needs to do run a calculation loop at boot time to initialize a timer counter. Its result is stored as bogomips as a way to \"benchmark\" the cpu.")],
"bus_id" =>
[ N("Bus identification"),
N("- PCI and USB devices: this list the vendor, device, subvendor and subdevice PCI/USB ids") ],