commit | 069f62de20f83226801e9a43c372ba34d3c3c12f | [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 | e36b10a8179a6d55d374655f28b682633e19b009 [diff] | |
parent | 04b2022f7eebffda31f1f86e4f9ee06c45fd0578 [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