Dr. Werner Fink 2014-01-10 14:07:34 +00:00 committed by Git OBS Bridge
parent b7f38c0413
commit 50031106a1
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ console as the flags are locked.
struct winsize ws;
+ int i;
+
+ for (i = 0; i < 10; i++) {
+ for (i = 0; i < 20; i++) {
+ /*
+ * Even with TTYReset=no it seems with systemd or plymouth
+ * the termios flags become changed from under the first

View File

@ -2,7 +2,7 @@
Fri Jan 10 13:08:45 UTC 2014 - werner@suse.de
- Add patch
agetty-fooled-on-serial-line-due-plymout.patch
agetty-fooled-on-serial-line-due-plymouth.patch
even with TTYReset=no it seems with systemd or plymouth the termios
flags become changed from under the first agetty on a serial system
console as the flags are locked (bnc#774126).

View File

@ -109,7 +109,7 @@ Patch13: blkdiscard-BLKSSZGET-fills-in-an-int.patch
# PATCH-FIX-SUSE -- better support of S390 in agetty
Patch14: tty3270-on-serial-line-of-s390.patch
# PATCH-FIX-SUSE -- Let agetty not be fooled by locked termios srtucture
Patch15: agetty-fooled-on-serial-line-due-plymout.patch
Patch15: agetty-fooled-on-serial-line-due-plymouth.patch
# hack for boot.localfs
Patch20: util-linux-HACK-boot.localfs.diff