diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 1210abf95..c38dafe25 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -90,19 +90,15 @@ sub setupBootloader { require bootloader; general: { - print "STEP 1\n"; local $::Wizard_no_previous = 1 if $::isStandalone; setupBootloader__general($in, $b, $all_hds, $fstab, $security) or return 0; } - print "STEP 2\n"; setupBootloader__boot_bios_drive($in, $b, $hds) or goto general; { - print "STEP 3\n"; local $::Wizard_finished = 1 if $::isStandalone; setupBootloader__entries($in, $b, $all_hds, $fstab) or goto general; } - print "STEP 4\n"; #- somewhere should bootloader really installed ? $::isStandalone and my $_w = $in->wait_message(N("Please wait"), N("Bootloader installation in progress")); |