guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: vhba-module: Expand description.


From: guix-commits
Subject: 06/07: gnu: vhba-module: Expand description.
Date: Fri, 2 Jul 2021 02:24:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c01cce97591eb9f180c98e61b573226d7b7de6e4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jul 2 07:42:16 2021 +0200

    gnu: vhba-module: Expand description.
    
    * gnu/packages/linux.scm (vhba-module)[synopsis, description]: Edit &
    expand.
---
 gnu/packages/linux.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c6fee87..1b1a1d4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1393,9 +1393,13 @@ network adapters.")
     (arguments
      `(#:tests? #f))                    ; no test suite
     (home-page "https://cdemu.sourceforge.io/";)
-    (synopsis "Kernel module that emulates SCSI devices")
-    (description "VHBA module provides a Virtual (SCSI) HBA, which is the link
-between the CDemu userspace daemon and linux kernel.")
+    (synopsis "Linux kernel module that emulates SCSI devices")
+    (description
+     "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+)))
 
 (define-public bbswitch-module



reply via email to

[Prev in Thread] Current Thread [Next in Thread]