diff --git a/README.md b/README.md index 1aec093..7e08f65 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ ##News - Now compatible with Windows Install, just take care to launch the driver before scanning disks. -- Screenshot and VM live edition (RAM and vCPU) added +- Screenshot and VM live edition (RAM and vCPU until Max declared) added +- Disk creation and resize + ```mermaid graph LR @@ -20,7 +22,8 @@ Server[Server] <----> LXC((LXC)) ```sh apt-get update -y -qq apt-get install git lxc lxcfs lxc-templates qemu qemu-utils qemu-kvm virtinst bridge-utils virt-manager libvirt-daemon libvirt-daemon-system virt-viewer libvirt-clients libosinfo-bin websockify sqlite3 novnc -apt-get install python3 python3-flask python3-flask-login python3-flask-sqlalchemy python3-requests python3-lxc python3-libvirt python3-psutil python3-werkzeug python3-websockify python3-novnc python3-flask-socketio +apt-get install python3 python3-flask python3-flask-login python3-flask-sqlalchemy python3-requests python3-lxc python3-libvirt python3-psutil python3-werkzeug python3-websockify python3-novnc python3-flask-socketio python3-types-pyopenssl + ``` Clone the repository : @@ -28,6 +31,7 @@ Clone the repository : ```sh git clone https://git.nerkdesign.com/pporcheret/Hype-2.git cd Hype-2 +mkdir storage/disks ``` 2 - Configure Libvirt to start on boot diff --git a/storage/win/virtio-win-0.1.229.iso b/storage/win/virtio-win-0.1.229.iso new file mode 100644 index 0000000..4aaacfa Binary files /dev/null and b/storage/win/virtio-win-0.1.229.iso differ