From e8d4ed868260eeac3a4ed459e6a9f41cbd8721be Mon Sep 17 00:00:00 2001 From: damien Date: Mon, 16 Apr 2001 23:00:16 +0000 Subject: removed Grub if Embedded --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/any.pm b/perl-install/any.pm index e2045a535..9c417d17c 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}, + if_(exists $b->{methods}{grub} and !$::isEmbedded, #- put lilo if grub is chosen, so that /etc/lilo.conf is generated __("Grub") => sub { $b->{methods}{grub} = 1; exists $b->{methods}{lilo} -- cgit v1.2.1