diff options
-rwxr-xr-x | debvm-run | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -126,9 +126,6 @@ fi if test -z "$GRAPHICAL"; then set -- -nographic "$@" case "$VMARCH" in - s390x) - set -- -M s390-ccw-virtio "$@" - ;; amd64|i386) KERNEL_CMDLINE="$KERNEL_CMDLINE console=ttyS0" ;; |