Skip to content

virtuozzo/vhs9-hw-compat

Repository files navigation

VHS9-HW-COMPAT

vhs9-hw-compat is a tool that displays hardware components unsupported by Virtuozzo Hybrid Server 9.

Pre-requisites

The tool requires Python 3.6 or newer.

Get the tool

Clone the repository:

git clone https://github.com/virtuozzo/vhs9-hw-compat.git

Or download the code as a ZIP file.

Usage

Run the tool:

python3 vhs9-hw-compat/check-hw-compat.py

Empty output means the tool did not detect incompatible hardware.

Optional arguments:

  • -h, --help: show the help message
  • -t VERSION, --target-version VERSION: Assume upgrade to OS of version VERSION (default: 9)
  • -e, --show-entries: Show entries from deprecation database (default: False)
  • -R, --hide-reason: Hide reason why device is not compatible (default: False)
  • -j, --json: Format output as json (default: False)
  • -K, --skip-kmod: Do not use kmod indexes to check if device has driver (default: False)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages