Dr. Werner Fink 2014-01-23 12:41:08 +00:00 committed by Git OBS Bridge
parent cb34d8ce38
commit f0828f25ab
2 changed files with 7 additions and 1 deletions

View File

@ -60,7 +60,7 @@ console as the flags are locked.
+ if (!lock.c_iflag && !lock.c_oflag && !lock.c_cflag && !lock.c_lflag)
+ break;
+ debug("termios locked\n");
+ tcsendbreak(STDIN_FILENO, 0); /* 0.25 upto 0.5 seconds */
+ sleep(1);
+ }
if (op->flags & F_VCONSOLE) {

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 23 12:40:06 UTC 2014 - werner@suse.de
- Change patch agetty-fooled-on-serial-line-due-plymouth.patch
to sleep instead of sending breaks to terminal (bnc#774126).
-------------------------------------------------------------------
Mon Jan 13 10:45:54 CET 2014 - fcrozat@suse.com