Comment 4 for bug 1400393

Revision history for this message
Sebastien Bacher (seb128) wrote :

Debugging a bit, the previous script has issues
- the fgconsole check fails since the script is run on vt7
- the plymouth --ping fails as well (I guess it runs before plymouth)

Our options seem to either
1. fix the init.d script
2. add a systemd script to console-setup
3. look at using console-common instead of console-setup (seems to be what Debian is using, why do we use a different one?)
4. enable vgconsole in systemd
...?

We should probably fix the init.d script in any case, but working on option 4 sounds like the best option otherwise