summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-07-18 19:16:10 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-07-18 19:16:10 +0000
commit61e87a9fb56f97ae843557511ba3609f9849cc2e (patch)
tree3811c6f36e19376dd92bfc5536ab52f5bb6e2c47 /perl-install/fsedit.pm
parentdeddef1f4746139ed4ef994d8f053bf39d4d6384 (diff)
downloaddrakx-backup-do-not-use-61e87a9fb56f97ae843557511ba3609f9849cc2e.tar
drakx-backup-do-not-use-61e87a9fb56f97ae843557511ba3609f9849cc2e.tar.gz
drakx-backup-do-not-use-61e87a9fb56f97ae843557511ba3609f9849cc2e.tar.bz2
drakx-backup-do-not-use-61e87a9fb56f97ae843557511ba3609f9849cc2e.tar.xz
drakx-backup-do-not-use-61e87a9fb56f97ae843557511ba3609f9849cc2e.zip
*** empty log message ***
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r--perl-install/fsedit.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm
index 8687d694c..aaef30baf 100644
--- a/perl-install/fsedit.pm
+++ b/perl-install/fsedit.pm
@@ -33,7 +33,7 @@ sub hds($$) {
foreach (@$drives) {
my $file = devices::make($_->{device});
- my $hd = partition_table_raw::get_geometry($file) or die "An error occurred while getting the geometry of block device $file: $!";
+ my $hd = partition_table_raw::get_geometry($file) or die _("An error occurred while getting the geometry of block device %s: %s", $file, "$!");
$hd->{file} = $file;
$hd->{prefix} = $hd->{device} = $_->{device};
# for RAID arrays of format c0d0p1