On Tue, 16.07.13 18:51, Ramkumar Ramachandra (artag...@gmail.com) wrote: > system-vconsole-setup.service runs systemd-vconsole-setup to set up > virtual consoles, but console-getty.service implies that virtual > consoles aren't present, and that we're falling back to /dev/console.
Similar story here. systemd-vconsole-setup is actually conditionalized on ConditionPathExists=/dev/tty0, i.e. will only run on systems where the VT is actually built into the kernel, and skipped on all others. If UML has not useful VT I'd recommend compiling it out of the kernel. Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel