summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlaf Bauer2018-02-24 17:14:36 +0100
committerOlaf Bauer2018-02-24 17:17:34 +0100
commit13c502436a0e03d8ba0c20d2b14617f654798340 (patch)
tree1d30cbfa539f078dfe33269a77ff9d6b80b46ddb
parent7fb01e31e9b0fdfa3e927d6bb2580addd3dc8c03 (diff)
downloadaur-13c502436a0e03d8ba0c20d2b14617f654798340.tar.gz
added sg module requirement notice
-rw-r--r--makemkv.install9
1 files changed, 7 insertions, 2 deletions
diff --git a/makemkv.install b/makemkv.install
index 268a8981770a..85a91723f022 100644
--- a/makemkv.install
+++ b/makemkv.install
@@ -2,10 +2,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/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
}
-
-