diff options
author | root <root@rshg054.dnsready.net> | 2012-04-07 00:01:17 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-07 00:01:17 +0000 |
commit | 3d65494a8eda056377febda4642ce992e69a9371 (patch) | |
tree | dae57e04ca5f7d7490acbde87206eaa62695109d /community/cdrtools/cdrtools.install | |
parent | d9c1fc1bcca8fd5cd3566fc6b183fe23065778bc (diff) |
Sat Apr 7 00:01:16 UTC 2012
Diffstat (limited to 'community/cdrtools/cdrtools.install')
-rw-r--r-- | community/cdrtools/cdrtools.install | 10 |
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\"." +} + |