.
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=201
This commit is contained in:
parent
b7f38c0413
commit
50031106a1
@ -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
|
@ -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).
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user