Merge "Change pre-recovery into two services" into mnc-dev
This commit is contained in:
commit
6484f3d1cb
1 changed files with 9 additions and 4 deletions
|
|
@ -197,9 +197,9 @@ on post-fs
|
||||||
# We restorecon /cache in case the cache partition has been reset.
|
# We restorecon /cache in case the cache partition has been reset.
|
||||||
restorecon_recursive /cache
|
restorecon_recursive /cache
|
||||||
|
|
||||||
# This may have been created by the recovery system with odd permissions
|
# Create /cache/recovery in case it's not there. It'll also fix the odd
|
||||||
chown system cache /cache/recovery
|
# permissions if created by the recovery system.
|
||||||
chmod 0770 /cache/recovery
|
mkdir /cache/recovery 0770 system cache
|
||||||
|
|
||||||
#change permissions on vmallocinfo so we can grab it from bugreports
|
#change permissions on vmallocinfo so we can grab it from bugreports
|
||||||
chown root log /proc/vmallocinfo
|
chown root log /proc/vmallocinfo
|
||||||
|
|
@ -652,7 +652,12 @@ service mdnsd /system/bin/mdnsd
|
||||||
disabled
|
disabled
|
||||||
oneshot
|
oneshot
|
||||||
|
|
||||||
service pre-recovery /system/bin/uncrypt
|
service uncrypt /system/bin/uncrypt
|
||||||
|
class main
|
||||||
|
disabled
|
||||||
|
oneshot
|
||||||
|
|
||||||
|
service pre-recovery /system/bin/uncrypt --reboot
|
||||||
class main
|
class main
|
||||||
disabled
|
disabled
|
||||||
oneshot
|
oneshot
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue