commit | 4589f4fa210549b77bb91037147ad795944c8ad3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jul 18 17:39:24 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Jul 18 17:39:24 2015 +0000 |
tree | 3f72aa5b07222c985a37528c42f6893670cad179 | |
parent | 57e1cc9cc9026d7ec5647135c192426f99962f29 [diff] | |
parent | 00c567cbca4ed96f1a5f3f561cc27d2abc93cf8d [diff] |
Merge "Fix N9 boot."
diff --git a/rootdir/init.rc b/rootdir/init.rc index be5292a..b7a593f 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -17,6 +17,9 @@ # Set the security context of /adb_keys if present. restorecon /adb_keys + # Shouldn't be necessary, but sdcard won't start without it. http://b/22568628. + mkdir /mnt 0775 root system + start ueventd on init