From c06a611e32d2ebdbdb9a3634c719cfa86c9f3136 Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Fri, 14 Aug 2015 05:06:38 -0700 Subject: p51xx: fix ramdisk (3/3) Vold expects fstab.${ro.hardware}. mount_all /fstab.${ro.hardware} doesn't work, and ends in bootloop. Let's move the mount_all line to init.device.${ro.hardware}.rc (Thanks to Tuxafgmur @ XDA) Change-Id: Iaa130a304ccb6aceb40353603d4b4381160c2541 --- p51xx-common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/p51xx-common.mk b/p51xx-common.mk index 489fe09..8a38433 100755 --- a/p51xx-common.mk +++ b/p51xx-common.mk @@ -26,7 +26,8 @@ PRODUCT_LOCALES += mdpi # Ramdisk PRODUCT_PACKAGES += \ - fstab.espresso \ + fstab.espresso10 \ + init.device.espresso10.rc \ init.espresso10.usb.rc \ init.espresso10.rc \ ueventd.espresso10.rc -- cgit v1.1