UmVirt LFS Package info
DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
vhba-module
VHBA module provides a Virtual (SCSI) HBA, which is the link between userspace daemon and linux kernel.Package info
Template:
Codename: vhba-module
Source file: vhba-module-20240917.tar.xz
Source directory: vhba-module-20240917
Package URL: vhba-module-20240917.tar.xz
Package md5-checksum URL: vhba-module-20240917.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