diff options
author | Yves Duret <yduret@mandriva.com> | 2001-04-15 10:57:06 +0000 |
---|---|---|
committer | Yves Duret <yduret@mandriva.com> | 2001-04-15 10:57:06 +0000 |
commit | 6b7dd05b6135ec3c5a4f921aec948184d714f5c6 (patch) | |
tree | a5539b5b53f696049255883ed7d799659448f2ab /perl-install | |
parent | cfff066513550bbd32d108b02d2a25cdf33b26f8 (diff) | |
download | drakx-6b7dd05b6135ec3c5a4f921aec948184d714f5c6.tar drakx-6b7dd05b6135ec3c5a4f921aec948184d714f5c6.tar.gz drakx-6b7dd05b6135ec3c5a4f921aec948184d714f5c6.tar.bz2 drakx-6b7dd05b6135ec3c5a4f921aec948184d714f5c6.tar.xz drakx-6b7dd05b6135ec3c5a4f921aec948184d714f5c6.zip |
bug fix: if cancel pressed in lilo/grub choice => return to mcc normally
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/bootlook.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index 05ea1075f..84c0adb7f 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -409,7 +409,7 @@ sub lilo_choice $::expert=1; ask: local $::isEmbedded = 0; - any::setupBootloader($in, $bootloader, $hds, $fstab, $ENV{SECURE_LEVEL}) or $in->exit(0); + any::setupBootloader($in, $bootloader, $hds, $fstab, $ENV{SECURE_LEVEL}) or return; eval { bootloader::install('', $bootloader, $fstab, $hds) }; if ($@) { $in->ask_warn('', |