mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 13:06:59 +02:00
add -nographic flag for x86_64 arch
This commit is contained in:
parent
24d8122b96
commit
372dd51264
@ -228,7 +228,7 @@ else
|
|||||||
-global driver=cfi.pflash01,property=secure,value=on \
|
-global driver=cfi.pflash01,property=secure,value=on \
|
||||||
"$@"
|
"$@"
|
||||||
# Emulate the host CPU closely in both features and cores.
|
# Emulate the host CPU closely in both features and cores.
|
||||||
set -- -machine q35,accel=kvm:hvf:tcg,smm=on -cpu host -smp "${VM_NCPUS}" "$@"
|
set -- -machine q35,accel=kvm:hvf:tcg,smm=on -cpu host -smp "${VM_NCPUS}" -nographic "$@"
|
||||||
;;
|
;;
|
||||||
amd64-usr+*)
|
amd64-usr+*)
|
||||||
set -- -machine q35 -cpu kvm64 -smp 1 -nographic "$@" ;;
|
set -- -machine q35 -cpu kvm64 -smp 1 -nographic "$@" ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user