diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-22 10:02:13 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-22 10:02:13 +0000 |
commit | d10f773232ce1a78948e85a8232a78be7421179b (patch) | |
tree | 02dc6d3a8b8155e11e0f066b2a5c00c2531669cc /perl-install/install_steps_interactive.pm | |
parent | dd169e98a03602d3d9ec28ea2a1f117b87b23153 (diff) | |
download | drakx-d10f773232ce1a78948e85a8232a78be7421179b.tar drakx-d10f773232ce1a78948e85a8232a78be7421179b.tar.gz drakx-d10f773232ce1a78948e85a8232a78be7421179b.tar.bz2 drakx-d10f773232ce1a78948e85a8232a78be7421179b.tar.xz drakx-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.pm | 3 |
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; |