Skip to content

main.c: Deprecate gdm transition signal

ZhaoQiang requested to merge zhaoqiang/plymouth:master into master

plymouth used to create a file in /var to tell gdm to start in active vt, but gdm don't use this file now. and create file in filesystem too early will cause race problem when /var is a seperate partition or it's on an lvm volume.

Merge request reports