diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-07-18 17:18:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-07-18 17:18:31 +0000 |
commit | 60642ca2e3ec60c9bc39ed820bd759e9a58d4d85 (patch) | |
tree | a262d4afaf8210dd3d1cf6fb4b8d187b253e4658 /perl-install/install_steps_interactive.pm | |
parent | 74e57fc68e455eb20d26ba781dc67588ea39d35c (diff) | |
download | drakx-backup-do-not-use-60642ca2e3ec60c9bc39ed820bd759e9a58d4d85.tar drakx-backup-do-not-use-60642ca2e3ec60c9bc39ed820bd759e9a58d4d85.tar.gz drakx-backup-do-not-use-60642ca2e3ec60c9bc39ed820bd759e9a58d4d85.tar.bz2 drakx-backup-do-not-use-60642ca2e3ec60c9bc39ed820bd759e9a58d4d85.tar.xz drakx-backup-do-not-use-60642ca2e3ec60c9bc39ed820bd759e9a58d4d85.zip |
no_comment
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 1307ae8b6..91abcdc20 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -982,7 +982,8 @@ _("Do you want to generate an auto install floppy for linux replication?"), $flo output "$workdir/ks.cfg", install_any::generate_ks_cfg($o); output "$workdir/boot.msg", "\n7m", "!! 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 !! ", "7m\n"; local $o->{partitioning}{clearall} = 1; |