From db0fb0e3956bf1b17111f39d0f2883723c1dcf94 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 15 Mar 2005 10:04:14 +0000 Subject: fix typo --- 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 759b4833b..602a888d9 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -1070,7 +1070,7 @@ sub write_lilo { push @entry_conf, $entry->{'read-write'} ? "read-write" : "read-only"; push @entry_conf, grep { $entry->{$_} } qw(optional); } else { - delete $entry->{unsafe} if !$entry->{table}; #- we can't have both + delete $entry->{unsafe} if $entry->{table}; #- we can't have both push @entry_conf, map { "$_=$entry->{$_}" } grep { $entry->{$_} } qw(table boot-as); push @entry_conf, grep { $entry->{$_} } qw(unsafe master-boot); -- cgit v1.2.1