commit | 1add9fefd12b683b97282f11b4dbaeb431a2df87 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jul 18 18:02:01 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Sat Jul 18 18:02:01 2015 +0000 |
tree | 9d7d37da48ef3a4cd038eb8ea75af38642d8491d | |
parent | c9bcd93ccff08ede237b4feecf2121580d68752e [diff] | |
parent | 4ea2939d1dfba9ce40e5948f54a0269a3de3f3b0 [diff] |
am 6657d224: am 069f62de: Merge "Fix N9 boot." * commit '6657d2248e902289476c4b937f5d6a1585c95ec2': Fix N9 boot.
diff --git a/rootdir/init.rc b/rootdir/init.rc index 1452379..9ad7c7c 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