summaryrefslogtreecommitdiff
path: root/community/cdrtools/cdrtools.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/cdrtools/cdrtools.install')
-rw-r--r--community/cdrtools/cdrtools.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/cdrtools/cdrtools.install b/community/cdrtools/cdrtools.install
new file mode 100644
index 000000000..af3800716
--- /dev/null
+++ b/community/cdrtools/cdrtools.install
@@ -0,0 +1,10 @@
+
+post_install() {
+ echo "To allow other users than root execute rscsi add an entry"
+ echo "to /etc/default/rscsi or use an \"rscsi\" user"
+ echo ""
+ echo "If you get folowing error while executing \"cdrecord --scanbus\":"
+ echo " No such file or directory. Cannot open '/dev/pg*'. Cannot open or use SCSI driver."
+ echo "you may need to load the sg module manually using \"modprobe sg\"."
+}
+