remove sysfs rw remount
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
on early-init
|
||||
mount debugfs debugfs /sys/kernel/debug mode=755
|
||||
|
||||
mount sysfs sysfs /sys rw remount # ueventd fix
|
||||
|
||||
# 32bit app require this, remove for 64bit only redroid
|
||||
write /proc/sys/kernel/pid_max 65535
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
||||
# disable ueventd coldboot for performance
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.cold_boot_done=true \
|
||||
ro.cold_boot_done=true \
|
||||
|
||||
# Phone App required
|
||||
PRODUCT_PACKAGES += \
|
||||
|
||||
Reference in New Issue
Block a user