opnsense-ports/multimedia/makemkv/pkg-message
Franco Fichtner 1e36776adb */*: sync with upstream
Taken from: FreeBSD
2022-07-08 12:59:36 +02:00

18 lines
612 B
Text

[
{ type: install
message: <<EOM
This port doesn't include the MakeMKV GUI as it doesn't work on FreeBSD.
To enable makemkvcon to find a drive on FreeBSD, a part of Linux' sysfs must
be faked. The included script `update-makemkv-drives' creates these faked
sysfs entries and is run automatically after installation. If your hardware
configuration changes, make sure to re-run `update-makemkv-drives'.
If makemkvcon refuses to work as root, check the permissions of
/compat/linux/tmp -- it should be world-writable and sticky. To set these
permissions, use the command
chmod 1777 /compat/linux/tmp
EOM
}
]