summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-17 15:01:20 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-17 15:01:20 +0000
commit7cc2028eee138e459616ae7424f99d2a0e964af1 (patch)
tree86c9dfa143f9d848d6d698663567f307afe3c53b
parent4b752304b208d68e299f77dedef723630cf841fb (diff)
downloaddrakx-backup-do-not-use-7cc2028eee138e459616ae7424f99d2a0e964af1.tar
drakx-backup-do-not-use-7cc2028eee138e459616ae7424f99d2a0e964af1.tar.gz
drakx-backup-do-not-use-7cc2028eee138e459616ae7424f99d2a0e964af1.tar.bz2
drakx-backup-do-not-use-7cc2028eee138e459616ae7424f99d2a0e964af1.tar.xz
drakx-backup-do-not-use-7cc2028eee138e459616ae7424f99d2a0e964af1.zip
(setupBootloader): remove a warning
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 9c417d17c..1b55d437d 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -129,7 +129,7 @@ sub setupBootloader {
if_(exists $b->{methods}{lilo},
__("LILO with text menu") => sub { $b->{methods}{lilo} = "boot-menu.b" },
__("LILO with graphical menu") => sub { $b->{methods}{lilo} = "boot-graphic.b" }),
- if_(exists $b->{methods}{grub} and !$::isEmbedded,
+ if_(exists $b->{methods}{grub} && !$::isEmbedded,
#- put lilo if grub is chosen, so that /etc/lilo.conf is generated
__("Grub") => sub { $b->{methods}{grub} = 1;
exists $b->{methods}{lilo}