summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}
-
-