mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
s390x: appliance: Use /dev/ttysclp0 for serial console.
This commit is contained in:
@@ -44,6 +44,8 @@
|
||||
#define SERIAL_CONSOLE "console=hvc0 console=ttyS0"
|
||||
#elif defined(__arm__) || defined(__aarch64__)
|
||||
#define SERIAL_CONSOLE "console=ttyAMA0"
|
||||
#elif defined(__s390x__)
|
||||
#define SERIAL_CONSOLE "console=ttysclp0"
|
||||
#else
|
||||
#define SERIAL_CONSOLE "console=ttyS0"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user