diff options
author | Francois Pons <fpons@mandriva.com> | 2000-05-25 12:05:57 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-05-25 12:05:57 +0000 |
commit | abe9015866eff5909b8242ef944f73de11bc4285 (patch) | |
tree | ce2777a3957ef1aa68562e066e9fe8f6193f9873 /perl-install/install_steps_interactive.pm | |
parent | bba44c0f1c837d63f51872410feb0b6266c5be47 (diff) | |
download | drakx-abe9015866eff5909b8242ef944f73de11bc4285.tar drakx-abe9015866eff5909b8242ef944f73de11bc4285.tar.gz drakx-abe9015866eff5909b8242ef944f73de11bc4285.tar.bz2 drakx-abe9015866eff5909b8242ef944f73de11bc4285.tar.xz drakx-abe9015866eff5909b8242ef944f73de11bc4285.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index eac2a20f9..fbc26734b 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -777,7 +777,7 @@ failures. Would you like to create a bootdisk for your system?"), #------------------------------------------------------------------------------ sub setupLILO { my ($o, $more) = @_; - any::setupBootloader($o, $o->{bootloader}, $o->{hds}, $o->{fstab}, $o->{security}, $o->{prefix}, $more) unless $o->{lnx4win}; + $o->{lnx4win} or any::setupBootloader($o, $o->{bootloader}, $o->{hds}, $o->{fstab}, $o->{security}, $o->{prefix}, $more) or return; eval { $o->SUPER::setupBootloader }; if ($@) { |