chiark / gitweb /
s390/getty-generator: initialize essential system terminals/consoles
[elogind.git] / src / getty-generator / getty-generator.c
index aeb6d71d740dede6757b61d6507bf1382a9e4e27..f352a29f99ede35eaefe26a9953efc1caf0411a5 100644 (file)
@@ -97,7 +97,9 @@ int main(int argc, char *argv[]) {
         static const char virtualization_consoles[] =
                 "hvc0\0"
                 "xvc0\0"
-                "hvsi0\0";
+                "hvsi0\0"
+                "sclp_line0\0"
+                "ttysclp0\0";
 
         _cleanup_free_ char *active = NULL;
         const char *j;