mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-25 19:56:43 +00:00
busybox: prevent cdrom from autoclose, this should fix #2510
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7db600fda0
commit
c2ee9937a3
@ -25,3 +25,4 @@
|
|||||||
|
|
||||||
progress "Setup some CDROM settings"
|
progress "Setup some CDROM settings"
|
||||||
sysctl -w dev.cdrom.lock=0 > /dev/null 2>&1 &
|
sysctl -w dev.cdrom.lock=0 > /dev/null 2>&1 &
|
||||||
|
sysctl -w dev.cdrom.autoclose=0 > /dev/null 2>&1 &
|
||||||
|
Loading…
x
Reference in New Issue
Block a user