diff options
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; |