summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-25 13:36:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-25 13:36:58 +0000
commitb85c0329918bf33c210c6959ce95fcce381c3ef0 (patch)
tree6852e1d34ed1dac0ce7be5329100dfb6762cd86e /perl-install/install_steps_interactive.pm
parent08a7f5ef90f4a633066fe9fe8bc2fb235b60e63d (diff)
downloaddrakx-backup-do-not-use-b85c0329918bf33c210c6959ce95fcce381c3ef0.tar
drakx-backup-do-not-use-b85c0329918bf33c210c6959ce95fcce381c3ef0.tar.gz
drakx-backup-do-not-use-b85c0329918bf33c210c6959ce95fcce381c3ef0.tar.bz2
drakx-backup-do-not-use-b85c0329918bf33c210c6959ce95fcce381c3ef0.tar.xz
drakx-backup-do-not-use-b85c0329918bf33c210c6959ce95fcce381c3ef0.zip
(generateAutoInstFloppy): use "timeout 1" for replay
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 579c22847..469c46219 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -1045,7 +1045,7 @@ sub generateAutoInstFloppy {
}
fs::mount($dev, "/floppy", "vfat", 0);
substInFile {
- s/timeout.*/$replay ? 'timeout 0' : ''/e;
+ s/timeout.*/$replay ? 'timeout 1' : ''/e;
s/^(\s*append)/$1 kickstart=floppy/
} "/floppy/syslinux.cfg";