UmVirt LFS Package info
DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
vhba-module
VHBA module provides a Virtual (SCSI) HBA, which is the link between userspace daemon and linux kernel.Package info
Codename: vhba-module
Source file: vhba-module-20240202.tar.xz
Source directory: vhba-module-20240202
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/v/vhba-module-20240202.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/v/vhba-module-20240202.tar.xz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: cdemu-daemon.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
#
Build script:
make
Install script:
make install
cat > /etc/udev/rules.d/69-vhba.rules << "EOF"
KERNEL=="vhba_ctl", SUBSYSTEM=="misc", MODE="0660", GROUP="cdrom"
EOF
cat > /etc/modules-load.d/vhba.conf << "EOF"
vhba
EOF