From c82f87d93fa174447973189852356f9a25364411 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 23 Sep 2001 16:33:46 +0000 Subject: allow bootloader on fat partitions --- perl-install/bootloader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 28875f979..633e7ee7a 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -970,7 +970,7 @@ sub install { if (my ($p) = grep { $lilo->{boot} =~ /\Q$_->{device}/ } @$fstab) { die _("You can't install the bootloader on a %s partition\n", partition_table::type2fs($p)) - if isFat($p) || isThisFs('xfs', $p); + if isThisFs('xfs', $p); } { my $f = "$prefix/etc/sysconfig/system"; -- cgit v1.2.1