diff options
author | Francois Pons <fpons@mandriva.com> | 2001-04-17 15:52:35 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-04-17 15:52:35 +0000 |
commit | 87ea13fef3343bd802edb2751a5b4997edff5c12 (patch) | |
tree | 31593136f066a85f9de120bb65c4becf1c76dd50 /perl-install/any.pm | |
parent | f4a87a837b52194729c2ed7dddac60b320eb491c (diff) | |
download | drakx-backup-do-not-use-87ea13fef3343bd802edb2751a5b4997edff5c12.tar drakx-backup-do-not-use-87ea13fef3343bd802edb2751a5b4997edff5c12.tar.gz drakx-backup-do-not-use-87ea13fef3343bd802edb2751a5b4997edff5c12.tar.bz2 drakx-backup-do-not-use-87ea13fef3343bd802edb2751a5b4997edff5c12.tar.xz drakx-backup-do-not-use-87ea13fef3343bd802edb2751a5b4997edff5c12.zip |
restored grub as everything seems fine.
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 1b55d437d..e2045a535 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} && !$::isEmbedded, + if_(exists $b->{methods}{grub}, #- put lilo if grub is chosen, so that /etc/lilo.conf is generated __("Grub") => sub { $b->{methods}{grub} = 1; exists $b->{methods}{lilo} |