summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-04 11:46:37 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-04 11:46:37 +0000
commitbc9a70e052de38f6558c155c1fd9198a5f23960c (patch)
tree46345a4acc25a46011d0de5d91bd884f673ff92d /perl-install/any.pm
parente8b1daa15349709fc86e8177063d1261f63ab138 (diff)
downloaddrakx-bc9a70e052de38f6558c155c1fd9198a5f23960c.tar
drakx-bc9a70e052de38f6558c155c1fd9198a5f23960c.tar.gz
drakx-bc9a70e052de38f6558c155c1fd9198a5f23960c.tar.bz2
drakx-bc9a70e052de38f6558c155c1fd9198a5f23960c.tar.xz
drakx-bc9a70e052de38f6558c155c1fd9198a5f23960c.zip
(setupBootloader) remove debugging messages
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm4
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"));