From f3e2845a3372eb0e8fb834da85ead57ea6f25324 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 25 Jun 2004 06:16:09 +0000 Subject: fix 2 typos --- perl-install/bootloader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/bootloader.pm') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 6233ad53c..d63633ac1 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -1107,7 +1107,7 @@ sub install_grub { sub install { my ($bootloader, $hds) = @_; - if (my $ppart = device2part($bootloader->{boot}, [ fsedit::get_fstab(@$hds) ]) { + if (my $part = fs::device2part($bootloader->{boot}, [ fsedit::get_fstab(@$hds) ])) { die N("You can't install the bootloader on a %s partition\n", partition_table::type2fs($part)) if isThisFs('xfs', $part); } -- cgit v1.2.1