rootdir: refactor out init.rc.ufsd

This commit is contained in:
ggow
2019-06-09 20:57:46 +01:00
parent 28003c5212
commit fbe9b9d5d6
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,4 @@
import init.coredump.rc
import init.rc.ufsd
on post-fs
# Turn on swap
@@ -54,6 +53,7 @@ on post-fs-data
on boot
export SECONDARY_STORAGE_USB /storage/usbotg
insmod /system/lib/modules/ufsd.ko
service fuse_usbotg /system/bin/sdcard -u 1023 -g 1023 -d /mnt/media_rw/usbotg /storage/usbotg
class late_start
-4
View File
@@ -1,4 +0,0 @@
# Loading UFSD module on boot
on boot
insmod /system/lib/modules/ufsd.ko