mirror of
https://github.com/libretro/Lakka.git
synced 2024-11-27 10:00:43 +00:00
Enable udevil on generic images, but disable it in live mode
This commit is contained in:
parent
fa3b85398f
commit
52950c823f
@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=Udevil mount service
|
||||
ConditionKernelCommandLine=!udevil=0
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
@ -101,6 +101,3 @@
|
||||
# Space separated list is supported,
|
||||
# e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware"
|
||||
FIRMWARE="misc-firmware wlan-firmware dvb-firmware iwlwifi-firmware"
|
||||
|
||||
# disable udevil
|
||||
UDEVIL="no"
|
||||
|
@ -177,7 +177,7 @@ LABEL installer
|
||||
LABEL live
|
||||
MENU LABEL Run $DISTRONAME Live
|
||||
KERNEL /KERNEL
|
||||
APPEND boot=UUID=$UUID_SYSTEM disk=UUID=$UUID_STORAGE quiet ssh vga=current vt.global_cursor_default=0 loglevel=2
|
||||
APPEND boot=UUID=$UUID_SYSTEM disk=UUID=$UUID_STORAGE quiet ssh vga=current vt.global_cursor_default=0 loglevel=2 udevil=0
|
||||
EOF
|
||||
|
||||
# install extlinux
|
||||
|
Loading…
Reference in New Issue
Block a user