diff options
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 557f31c9f..427c019c3 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -907,11 +907,11 @@ sub getAndSaveAutoInstallFloppies { } "$mountdir/syslinux.cfg"; unlink "$mountdir/help.msg"; - output "$mountdir/boot.msg", "\n0c", + output "$mountdir/boot.msg", $replay ? '' : "\n0c" . "!! If you press enter, an auto-install is going to start. All data on this computer is going to be lost, including any Windows partitions !! -", "07\n" if !$replay; +" . "07\n"; } fs::umount($mountdir); |