From 91f18e46a319e31f0b27170f8cb6ea777a423078 Mon Sep 17 00:00:00 2001 From: Wojciech Janota Date: Wed, 28 Dec 2022 12:20:51 +0100 Subject: [PATCH] WIP --- .env/pyvenv.cfg | 9 +++++++-- vm_run_script.template | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.env/pyvenv.cfg b/.env/pyvenv.cfg index d6c9d07..21d93bb 100644 --- a/.env/pyvenv.cfg +++ b/.env/pyvenv.cfg @@ -1,3 +1,8 @@ -home = /home/nixen/Projects/College/engineering-degree/orchestrator-app/.env/bin +home = /Applications/Xcode.app/Contents/Developer/usr/bin +implementation = CPython +version_info = 3.9.6.final.0 +virtualenv = 20.17.1 include-system-site-packages = false -version = 3.10.8 +base-prefix = /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9 +base-exec-prefix = /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9 +base-executable = /Applications/Xcode.app/Contents/Developer/usr/bin/python3 diff --git a/vm_run_script.template b/vm_run_script.template index 43096dd..f0473ef 100644 --- a/vm_run_script.template +++ b/vm_run_script.template @@ -3,5 +3,6 @@ qemu-system-x86_64 -enable-kvm -m $MEMORY_ALLOCATION_SIZE \ -cpu host,kvm=off,hv_relaxed,hv_spinlocks=0x1fff,hv_time,hv_vapic,hv_vendor_id=0xDEADBEEFFF \ -rtc clock=host,base=localtime -smp $CPU_CORES_COUNT,sockets=1,cores=$CPU_CORES_COUNT,threads=1 \ +-full-screen \ -device virtio-net-pci,netdev=n1 -netdev user,id=n1 \ -hda $IMAGE_PATH & \ No newline at end of file