From d06f73ff3a2cda4913e52d45921ff7e1b7c7f584 Mon Sep 17 00:00:00 2001 From: Ziyan Date: Mon, 17 Aug 2015 17:21:00 +0200 Subject: p51xx: change fstab handling (3/3) Previously, fstab mounting was done in init.device.rc. This caused some problems, as for some reason, init.device.rc was executed after init.tab2.rc, not before, delaying the fstab mounts. Let's symlink fstab.espresso to fstab.espresso10 for espresso10 variants instead, so we don't need to use init.device.rc to mount fstab entries anymore. Change-Id: Ie2cf9cf73268644cc8e3d550a7cccc3d1e6c76ec --- p51xx-common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p51xx-common.mk b/p51xx-common.mk index 8a5d414..31cbf50 100755 --- a/p51xx-common.mk +++ b/p51xx-common.mk @@ -26,8 +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