aboutsummaryrefslogtreecommitdiff
path: root/Emby.IsoMounting/README.md
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-08-29 23:11:55 +0200
committerBond_009 <bond.009@outlook.com>2019-08-29 23:11:55 +0200
commit14fbd845c21a2b4eebad7dd2f0e0ef502bed28eb (patch)
tree2cb23a136cfb93d23a8149539a0b04b5c616e83a /Emby.IsoMounting/README.md
parenta30876c3ff80323975c67447dff8ff4b4add4637 (diff)
Move IsoMounter to plugin
Diffstat (limited to 'Emby.IsoMounting/README.md')
-rw-r--r--Emby.IsoMounting/README.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/Emby.IsoMounting/README.md b/Emby.IsoMounting/README.md
deleted file mode 100644
index 78bab99364..0000000000
--- a/Emby.IsoMounting/README.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# MediaBrowser.IsoMounting.Linux
-This implements two core interfaces, IIsoManager, and IIsoMount.
-### IIsoManager
-The manager class can be used to create a mount, and also determine if the mounter is capable of mounting a given file.
-### IIsoMount
-IIsoMount then represents a mount instance, which will be unmounted on disposal.
-***
-This Linux version use sudo, mount and umount.
-
-You need to add this to your sudo file via visudo(change the username):
-
- Defaults:jsmith !requiretty
- jsmith ALL=(root) NOPASSWD: /bin/mount
- jsmith ALL=(root) NOPASSWD: /bin/umount