summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_auto_install.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-08-09 03:34:27 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-08-09 03:34:27 +0000
commite7e3543708edb4a12e0bc744c06420344522eea4 (patch)
tree2b8f633c767cfc38f83619a32d506fff6db80e9d /perl-install/install_steps_auto_install.pm
parent01988a82b1ebfa676cc48c277156954d4f568507 (diff)
downloaddrakx-e7e3543708edb4a12e0bc744c06420344522eea4.tar
drakx-e7e3543708edb4a12e0bc744c06420344522eea4.tar.gz
drakx-e7e3543708edb4a12e0bc744c06420344522eea4.tar.bz2
drakx-e7e3543708edb4a12e0bc744c06420344522eea4.tar.xz
drakx-e7e3543708edb4a12e0bc744c06420344522eea4.zip
correctly call errorInStep()
Diffstat (limited to 'perl-install/install_steps_auto_install.pm')
-rw-r--r--perl-install/install_steps_auto_install.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm
index 2ef2e4632..4f90d7c69 100644
--- a/perl-install/install_steps_auto_install.pm
+++ b/perl-install/install_steps_auto_install.pm
@@ -80,10 +80,11 @@ sub enteringStep {
}
sub rebootNeeded {
- my ($_o) = @_;
- print "\nWhile partitioning, the partition table re-read failed, needing a reboot\n";
- print "This is plain wrong for an auto_install\n";
- errorInStep();
+ my ($o) = @_;
+ errorInStep($o, <<EOF);
+While partitioning, the partition table re-read failed, needing a reboot
+This is plain wrong for an auto_install
+EOF
}
sub ask_warn {