summarylogtreecommitdiffstats
path: root/makemkv.install
diff options
context:
space:
mode:
authorfrederik2018-03-23 16:21:11 +0100
committerfrederik2018-03-23 16:21:11 +0100
commit40ccb9cf73284577193f73d879b37e9cab12082d (patch)
tree44b5cfd3e36cd31f211c720835be599c906c3bce /makemkv.install
parent9c92407a9d1d514ba05ef2f9ed6f4b4ea22dcfb7 (diff)
downloadaur-40ccb9cf73284577193f73d879b37e9cab12082d.tar.gz
add notice regarding sg kernel module
Diffstat (limited to 'makemkv.install')
-rw-r--r--makemkv.install9
1 files changed, 7 insertions, 2 deletions
diff --git a/makemkv.install b/makemkv.install
index d95e4b300fc8..11dbd940e515 100644
--- a/makemkv.install
+++ b/makemkv.install
@@ -6,10 +6,15 @@ post_install() {
echo "The makemkv package is licensed software."
echo "You MUST read and agree to the license stored in"
echo "/usr/share/licenses/makemkv-cli/eula_en_linux.txt before using it."
+ echo ""
+ echo "Starting from 1.10.8 the /dev/sgX device that corresponds to the drive is required."
+ echo "You may have to load the sg kernel module in order to create the device."
+ echo "To enable module autoloading run the following command as root and reboot:"
+ echo ""
+ echo " echo sg > /etc/modules-load.d/sg.conf"
+ echo ""
}
post_upgrade() {
post_install $1
}
-
-