mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +00:00
samba: add share for emulators to add roms
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b29cc38586
commit
0fe89f6eae
@ -59,6 +59,15 @@
|
|||||||
writable = yes
|
writable = yes
|
||||||
root preexec = mkdir -p /storage/pictures
|
root preexec = mkdir -p /storage/pictures
|
||||||
|
|
||||||
|
[Emulators]
|
||||||
|
path = /storage/emulators/mame/roms
|
||||||
|
available = yes
|
||||||
|
browsable = yes
|
||||||
|
public = yes
|
||||||
|
writable = yes
|
||||||
|
root preexec = mkdir -p /storage/emulators/mame/roms
|
||||||
|
|
||||||
|
|
||||||
[Configfiles]
|
[Configfiles]
|
||||||
path = /storage/.config
|
path = /storage/.config
|
||||||
available = yes
|
available = yes
|
||||||
|
@ -59,6 +59,15 @@
|
|||||||
writable = yes
|
writable = yes
|
||||||
root preexec = mkdir -p /storage/pictures
|
root preexec = mkdir -p /storage/pictures
|
||||||
|
|
||||||
|
[Emulators]
|
||||||
|
path = /storage/emulators/mame/roms
|
||||||
|
available = yes
|
||||||
|
browsable = yes
|
||||||
|
public = yes
|
||||||
|
writable = yes
|
||||||
|
root preexec = mkdir -p /storage/emulators/mame/roms
|
||||||
|
|
||||||
|
|
||||||
[Configfiles]
|
[Configfiles]
|
||||||
path = /storage/.config
|
path = /storage/.config
|
||||||
available = yes
|
available = yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user