From 3d398ea7989c9387bc6c100d314088a58c88ea23 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Feb 2003 20:04:11 +0000 Subject: allow Cancel in setupBootloader__entries --- 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 c4325e74f..65a0a1367 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -142,7 +142,7 @@ sub setupBootloader { setupBootloader__general($in, $b, $all_hds, $fstab, $security) or return 0; setupBootloader__boot_bios_drive($in, $b, $hds) or goto general; - setupBootloader__entries($in, $b, $all_hds, $fstab); #- need to add a goto general here ? or Add, Modify, Remove is different ? + setupBootloader__entries($in, $b, $all_hds, $fstab) or goto general; #- somewhere should bootloader really installed ? bootloader::install($b, $fstab, $hds); -- cgit v1.2.1