mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
udevil: dont mount disks in 'installer' mode
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8c4be98b3a
commit
28b767d59c
@ -1,3 +1,7 @@
|
||||
# dont run in "installer" mode
|
||||
IMPORT{cmdline}="installer"
|
||||
ENV{installer}=="1", GOTO="exit"
|
||||
|
||||
# check for blockdevices, /dev/sd* and /dev/sr*
|
||||
SUBSYSTEM!="block", KERNEL!="sd*|sr*",GOTO="exit"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user