diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-02-25 13:36:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-02-25 13:36:58 +0000 |
commit | b85c0329918bf33c210c6959ce95fcce381c3ef0 (patch) | |
tree | 6852e1d34ed1dac0ce7be5329100dfb6762cd86e | |
parent | 08a7f5ef90f4a633066fe9fe8bc2fb235b60e63d (diff) | |
download | drakx-b85c0329918bf33c210c6959ce95fcce381c3ef0.tar drakx-b85c0329918bf33c210c6959ce95fcce381c3ef0.tar.gz drakx-b85c0329918bf33c210c6959ce95fcce381c3ef0.tar.bz2 drakx-b85c0329918bf33c210c6959ce95fcce381c3ef0.tar.xz drakx-b85c0329918bf33c210c6959ce95fcce381c3ef0.zip |
(generateAutoInstFloppy): use "timeout 1" for replay
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
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"; |