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