Cliff Zhao
67b4050188
Add plymouth-ignore-serial-console.patch: Don't output in serial console for openQA need to take serial in the test, and yast-installation prgram has a feature to install system through it (bnc#1051692 bnc#1164123 bnc#1170906). OBS-URL: https://build.opensuse.org/request/show/844849 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=278
14 lines
787 B
Diff
14 lines
787 B
Diff
diff -Nura plymouth-0.9.5+git20200921+20778f2/src/main.c plymouth-0.9.5+git20200921+20778f2_new/src/main.c
|
|
--- plymouth-0.9.5+git20200921+20778f2/src/main.c 2020-08-31 21:10:11.000000000 +0800
|
|
+++ plymouth-0.9.5+git20200921+20778f2_new/src/main.c 2020-10-29 18:21:35.007441834 +0800
|
|
@@ -2260,8 +2260,7 @@
|
|
find_system_default_splash (&state);
|
|
find_distribution_default_splash (&state);
|
|
|
|
- if (ply_kernel_command_line_has_argument ("plymouth.ignore-serial-consoles"))
|
|
- device_manager_flags |= PLY_DEVICE_MANAGER_FLAGS_IGNORE_SERIAL_CONSOLES;
|
|
+ device_manager_flags |= PLY_DEVICE_MANAGER_FLAGS_IGNORE_SERIAL_CONSOLES;
|
|
|
|
if (ply_kernel_command_line_has_argument ("plymouth.ignore-udev") ||
|
|
(getenv ("DISPLAY") != NULL))
|