UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

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-20250329.tar.xz
Source directory: vhba-module-20250329
Package URL: vhba-module-20250329.tar.xz
Package md5-checksum URL: vhba-module-20250329.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