diff --git a/README.md b/README.md index 3ea8d3c..83687af 100755 --- a/README.md +++ b/README.md @@ -19,17 +19,17 @@ Remarks How to use either -* install the vioscsi.inf/viostor.inf before OR -* tell the script to do it by -ScsiInfPath and/or -BlockInfPath parameter OR -* use virtio-win-guest-tools.exe /S to install it +* install the vioscsi.inf/viostor.inf before *OR* +* tell the script to do it by `-ScsiInfPath` and/or `-BlockInfPath` parameter OR +* use `virtio-win-guest-tools.exe /S` to install it depending on the set security policy it might be required to run the script via -PowerShell /ExecutionPolicy Bypass /File [-Driver ] [-ScsiInfPath ] [-BlockInfPath ] +`PowerShell /ExecutionPolicy Bypass /File [-Driver ] [-ScsiInfPath ] [-BlockInfPath ]` Driver options: -- scsi (default) - Install VirtIO SCSI driver only -- block - Install VirtIO Block driver only -- both - Install both drivers +- `scsi` (default) - Install VirtIO SCSI driver only +- `block` - Install VirtIO Block driver only +- `both` - Install both drivers How does the script work? * install the driver(s), if requested diff --git a/load-virtio-scsi-on-boot.iso b/load-virtio-scsi-on-boot.iso deleted file mode 100644 index e610276..0000000 Binary files a/load-virtio-scsi-on-boot.iso and /dev/null differ