summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-04-16 23:00:16 +0000
committerdamien <damien@mandriva.com>2001-04-16 23:00:16 +0000
commite8d4ed868260eeac3a4ed459e6a9f41cbd8721be (patch)
tree8e6b79223f52d0b0e87d8153838aaf1ad8c487a3
parent853d87e5c2dca91cd00c513dad3218a02c384c79 (diff)
downloaddrakx-backup-do-not-use-e8d4ed868260eeac3a4ed459e6a9f41cbd8721be.tar
drakx-backup-do-not-use-e8d4ed868260eeac3a4ed459e6a9f41cbd8721be.tar.gz
drakx-backup-do-not-use-e8d4ed868260eeac3a4ed459e6a9f41cbd8721be.tar.bz2
drakx-backup-do-not-use-e8d4ed868260eeac3a4ed459e6a9f41cbd8721be.tar.xz
drakx-backup-do-not-use-e8d4ed868260eeac3a4ed459e6a9f41cbd8721be.zip
removed Grub if Embedded
-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 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}