forked from josch/mmdebstrap
run_qemu.sh: remove accidental qemu option from aavmf code filename
This commit is contained in:
parent
c3aa679fec
commit
4dc1375840
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ case $ARCH in
|
||||||
;;
|
;;
|
||||||
arm64)
|
arm64)
|
||||||
MACHINE="type=virt,gic-version=host,accel=kvm"
|
MACHINE="type=virt,gic-version=host,accel=kvm"
|
||||||
CODE="/usr/share/AAVMF/AAVMF_CODE.fd,readonly"
|
CODE="/usr/share/AAVMF/AAVMF_CODE.fd"
|
||||||
QEMUARCH="aarch64"
|
QEMUARCH="aarch64"
|
||||||
;;
|
;;
|
||||||
*) echo "qemu kvm not supported on $ARCH" >&2;;
|
*) echo "qemu kvm not supported on $ARCH" >&2;;
|
||||||
|
|
Loading…
Reference in a new issue