From 04b2022f7eebffda31f1f86e4f9ee06c45fd0578 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sat, 18 Jul 2015 10:34:53 -0700 Subject: [PATCH] Fix N9 boot. Without this, sdcard fails to start because its mount point doesn't exist. Bug: http://b/22568628 Change-Id: Ic6a2f51fc74c5bd1f23d97592049495ac3822bb3 --- rootdir/init.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootdir/init.rc b/rootdir/init.rc index be5292a9e..b7a593fbe 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -17,6 +17,9 @@ on early-init # 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