aetherscale

[unmaintained] code for a cloud provider tutorial
Log | Files | Refs | README | LICENSE

commit c79efb2b4144447de7df25f3d80b972ebee63142
parent 6fae20cefad1b7333f0663e6d1cbd93d60ba3b1c
Author: Stefan Koch <programming@stefan-koch.name>
Date:   Sat,  5 Dec 2020 12:09:36 +0100

start QEMU VM without window

Diffstat:
Maetherscale/computing.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/aetherscale/computing.py b/aetherscale/computing.py @@ -94,6 +94,7 @@ def create_qemu_systemd_unit( name_quoted = shlex.quote(name) command = f'qemu-system-x86_64 -m 4096 -accel kvm -hda {hda_quoted} ' \ + '-nographic ' \ f'-device {device_quoted} -netdev {netdev_quoted} ' \ f'-name {name_quoted}'