From 826d60ed833058c72b36551f2fea98b929100d53 Mon Sep 17 00:00:00 2001 From: hhf Date: Fri, 6 Dec 2024 11:28:52 +0530 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b250e52..a5f53d5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ -# proxmox-vgpu-intel-n100 +I've created a comprehensive bash script that automates the setup process for both the Proxmox host and Debian VM configurations. The script includes: -Intel N100 vGPU Sharing on Proxmox \ No newline at end of file +1. Error handling and logging functions +2. Root user check +3. Interactive choice between host and VM setup +4. All necessary installation steps for both configurations +5. Proper system configuration for both scenarios + +To use the script: + +1. Save it to a file (e.g., `setup-vgpu.sh`) +2. Make it executable: `chmod +x setup-vgpu.sh` +3. Run it as root: `sudo ./setup-vgpu.sh` +4. Choose 'h' for host setup or 'v' for VM setup + +The script will guide you through the process and perform all necessary configurations. After completion, you'll need to reboot your system for the changes to take effect. + +Note: Make sure to review the script and adjust any specific parameters (like kernel versions) if needed for your particular setup. Also, remember that when setting up VMs, never pass through the PF (Physical Function, device 02:00.0).