diff options
Diffstat (limited to 'debvm-run')
-rwxr-xr-x | debvm-run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ if test -z "$GRAPHICAL"; then s390x) set -- -M s390-ccw-virtio "$@" ;; - amd64) + amd64|i386) KERNEL_CMDLINE="$KERNEL_CMDLINE console=ttyS0" ;; esac |