mirror of
https://github.com/croit/load-virtio-scsi-on-boot.git
synced 2026-09-24 07:50:08 +01:00
updated formatting
This commit is contained in:
@@ -19,17 +19,17 @@ Remarks
|
|||||||
|
|
||||||
How to use
|
How to use
|
||||||
either
|
either
|
||||||
* install the vioscsi.inf/viostor.inf before OR
|
* install the vioscsi.inf/viostor.inf before *OR*
|
||||||
* tell the script to do it by -ScsiInfPath and/or -BlockInfPath parameter OR
|
* tell the script to do it by `-ScsiInfPath` and/or `-BlockInfPath` parameter OR
|
||||||
* use virtio-win-guest-tools.exe /S to install it
|
* 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
|
depending on the set security policy it might be required to run the script via
|
||||||
PowerShell /ExecutionPolicy Bypass /File <path-to-this-script-file> [-Driver <scsi|block|both>] [-ScsiInfPath <path>] [-BlockInfPath <path>]
|
`PowerShell /ExecutionPolicy Bypass /File <path-to-this-script-file> [-Driver <scsi|block|both>] [-ScsiInfPath <path>] [-BlockInfPath <path>]`
|
||||||
|
|
||||||
Driver options:
|
Driver options:
|
||||||
- scsi (default) - Install VirtIO SCSI driver only
|
- `scsi` (default) - Install VirtIO SCSI driver only
|
||||||
- block - Install VirtIO Block driver only
|
- `block` - Install VirtIO Block driver only
|
||||||
- both - Install both drivers
|
- `both` - Install both drivers
|
||||||
|
|
||||||
How does the script work?
|
How does the script work?
|
||||||
* install the driver(s), if requested
|
* install the driver(s), if requested
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user