Merge pull request #757 from dlonghi/patch-1

Rocky Linux 9 on GNS3 needs -cpu host
This commit is contained in:
Jeremy Grossmann 2023-05-03 21:02:48 +08:00 committed by GitHub
commit ef96bbdaab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
"console_type": "telnet",
"boot_priority": "c",
"kvm": "require",
"options": "-nographic"
"options": "-nographic -cpu host"
},
"images": [
{