diff options
-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 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); |