From 1893c15b28eccf5d660b35188b271ac0e4f6ea67 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Mon, 4 Apr 2011 21:32:00 +0000 Subject: - perl -pi -e 's!Something bad is happening on your drive!Something bad is happening on your hard disk drive!' --- perl-install/partition_table/raw.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/partition_table') diff --git a/perl-install/partition_table/raw.pm b/perl-install/partition_table/raw.pm index 09a0137e7..7659a390b 100644 --- a/perl-install/partition_table/raw.pm +++ b/perl-install/partition_table/raw.pm @@ -296,7 +296,7 @@ sub test_for_bad_drives { my $tmp2; &$seek; sysread $F, $tmp2, $SECTORSIZE or die "test_for_bad_drives: cannot even read again ($!)"; $tmp eq $tmp2 or die -N("Something bad is happening on your drive. +N("Something bad is happening on your hard disk drive. A test to check the integrity of data has failed. It means writing anything on the disk will end up with random, corrupted data."); } -- cgit v1.2.1