diff options
author | Helmut Grohne <helmut@subdivi.de> | 2022-12-21 12:48:44 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2022-12-21 12:48:44 +0100 |
commit | 14747dad8e703b1cf65f7a7581d9c6f76b48a757 (patch) | |
tree | 2544baeeedc53c4def25c5432870c5a987ddf68a /debvm-run | |
parent | fd94b0ea4c79537db9d4d8e84a85c215ff67548f (diff) | |
download | debvm-14747dad8e703b1cf65f7a7581d9c6f76b48a757.tar.gz |
debvm-run: drop unnecessary -M option for s390x
Diffstat (limited to 'debvm-run')
-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" ;; |