From 021bea3b0bd1a14b10eda7ccc7d5f8383642aeca Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 5 Aug 2004 05:50:17 +0000 Subject: when replaying, overwrite boot.msg with an empty message to win some space (it was only done in non-replay mode) --- perl-install/install_any.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install_any.pm') 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); -- cgit v1.2.1