summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-qemu-install4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index b2ebe750..00487347 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
-# Copyright (C) 2019-2025, VyOS maintainers and contributors
+# Copyright VyOS maintainers and contributors <maintainers@vyos.io>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 or later as
@@ -184,11 +184,9 @@ def get_qemu_cmd(name, enable_uefi, disk_img, raid=None, iso_img=None, tpm=False
-machine {machine},accel=kvm \
{uefi} \
-m {args.memory}G \
- -vga none \
-nographic \
{vga} {vnc}\
-uuid {uuid} \
- -cpu host \
{cdrom} \
-enable-kvm \
-monitor unix:/tmp/qemu-monitor-socket-{disk_img},server,nowait \