diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml
index 5f36750f..39610760 100644
--- a/xaml/inputXML.xaml
+++ b/xaml/inputXML.xaml
@@ -1266,7 +1266,13 @@
- Once complete, the target ISO file will be in the directory you have specified
- Copy this image to your Ventoy USB Stick, boot to this image, gg
- If you are injecting drivers ensure you put all your inf, sys, and dll files for each driver into a separate directory
+ If you are injecting drivers ensure you put all your inf, sys, and dll files for each driver into a separate directory
+ Installing VirtIO drivers
+ If you plan on using your ISO on QEMU/Proxmox VE, you can bundle VirtIO drivers with your ISO to automatically install drivers. Simply tick the "Include VirtIO drivers" checkbox before starting the process. Then, follow these instructions:
+
+
+
+
-Example:
+Driver structure example:
C:\drivers\
|-- Driver1\
| |-- Driver1.inf
@@ -1286,7 +1292,7 @@
| |-- Driver2.inf
| |-- Driver2.sys
|-- OtherFiles...
-
+