Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
chore: Update README and fix make release info.
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp committed Feb 16, 2023
1 parent 118626a commit fc0e178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ verify: ## Verify ISO (Requires Windows)

.PHONY: release
release: ## Release
@echo "-> Verifying ISO"
@echo "-> Release ISO, PE Drivers ISO and VirtIO Installer"
bash scripts/release.sh

.PHONY: clean
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ VirtIO drivers for Windows, extracted from [RockyLinux][] repositories.
| [virtio-win-guest-tools.exe][installer], [SHA256][installer-hash] | VirtIO driver and agent installer. This is the only thing you might actually need most of the times.
| [virtio-win.iso][virtio-win-iso], [SHA256][virtio-win-iso-hash] | VirtIO drivers ISO from upstream virtio-win package.

> Checksums for assets can be obtained by appending suffix (`.sha256`) to the filename.
## Signature verification (Requires Windows)

Verification script is provided as runs as part of CI workflow.
Verification script is provided and runs as part of CI workflow.

```powershell
.\scripts\verify.ps1 -Path <PATH_TO_ISO_FILE>
Expand Down

0 comments on commit fc0e178

Please sign in to comment.