me
/
guix
Archived
1
0
Fork 0

gnu: vhba-module: Expand description.

* gnu/packages/linux.scm (vhba-module)[synopsis, description]: Edit &
expand.
master
Tobias Geerinckx-Rice 2021-07-02 07:42:16 +02:00
parent f8bb6b1cc9
commit c01cce9759
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 7 additions and 3 deletions

View File

@ -1393,9 +1393,13 @@ network adapters.")
(arguments (arguments
`(#:tests? #f)) ; no test suite `(#:tests? #f)) ; no test suite
(home-page "https://cdemu.sourceforge.io/") (home-page "https://cdemu.sourceforge.io/")
(synopsis "Kernel module that emulates SCSI devices") (synopsis "Linux kernel module that emulates SCSI devices")
(description "VHBA module provides a Virtual (SCSI) HBA, which is the link (description
between the CDemu userspace daemon and linux kernel.") "The @acronym{VHBA, Virtual SCSI Host Bus Adapter} module is the link
between the CDemu user-space daemon and the kernel Linux. It acts as a
low-level SCSI driver that emulates a virtual SCSI adapter which can have
multiple virtual devices attached to it. Its typical use with CDEmu is to
emulate optical devices such as DVD and CD-ROM drives.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public bbswitch-module (define-public bbswitch-module