summaryrefslogtreecommitdiff
path: root/debvm-run
diff options
context:
space:
mode:
Diffstat (limited to 'debvm-run')
-rwxr-xr-xdebvm-run3
1 files changed, 0 insertions, 3 deletions
diff --git a/debvm-run b/debvm-run
index 1fcefba..ce27280 100755
--- a/debvm-run
+++ b/debvm-run
@@ -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"
;;