diff options
author | Andreas Blaesius <skate4life@gmx.de> | 2015-08-14 05:06:38 -0700 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2015-08-14 05:08:38 -0700 |
commit | c06a611e32d2ebdbdb9a3634c719cfa86c9f3136 (patch) | |
tree | 843971d5595c05a1c911a8f70b94de1d11caa424 | |
parent | 0184b816a7c5968ceec39e81605b17749a0979ce (diff) | |
download | device_samsung_espresso3g-c06a611e32d2ebdbdb9a3634c719cfa86c9f3136.zip device_samsung_espresso3g-c06a611e32d2ebdbdb9a3634c719cfa86c9f3136.tar.gz device_samsung_espresso3g-c06a611e32d2ebdbdb9a3634c719cfa86c9f3136.tar.bz2 |
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
-rwxr-xr-x | p51xx-common.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 |