diff --git a/agetty-fooled-on-serial-line-due-plymouth.patch b/agetty-fooled-on-serial-line-due-plymouth.patch index 8efb5e8..dffe781 100644 --- a/agetty-fooled-on-serial-line-due-plymouth.patch +++ b/agetty-fooled-on-serial-line-due-plymouth.patch @@ -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) { diff --git a/util-linux.changes b/util-linux.changes index d1f4778..72afef4 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -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