summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-22 10:02:13 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-22 10:02:13 +0000
commitd10f773232ce1a78948e85a8232a78be7421179b (patch)
tree02dc6d3a8b8155e11e0f066b2a5c00c2531669cc /perl-install/install_steps_interactive.pm
parentdd169e98a03602d3d9ec28ea2a1f117b87b23153 (diff)
downloaddrakx-backup-do-not-use-d10f773232ce1a78948e85a8232a78be7421179b.tar
drakx-backup-do-not-use-d10f773232ce1a78948e85a8232a78be7421179b.tar.gz
drakx-backup-do-not-use-d10f773232ce1a78948e85a8232a78be7421179b.tar.bz2
drakx-backup-do-not-use-d10f773232ce1a78948e85a8232a78be7421179b.tar.xz
drakx-backup-do-not-use-d10f773232ce1a78948e85a8232a78be7421179b.zip
(generateAutoInstFloppy): fix the message which was uptodate only for
sparc :-(
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index d555fed8e..d5bb65dec 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -1095,7 +1095,8 @@ sub generateAutoInstFloppy {
unlink "/floppy/help.msg";
output "/floppy/boot.msg", "\n0c",
"!! If you press enter, an auto-install is going to start.
- All data on this computer is going to be lost !!
+ All data on this computer is going to be lost,
+ including any Windows partitions !!
", "07\n" if !$replay;
local $o->{partitioning}{clearall} = !$replay;