diff options
author | Ziyan <jaraidaniel@gmail.com> | 2015-08-17 17:21:00 +0200 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2015-08-17 18:11:29 +0200 |
commit | d06f73ff3a2cda4913e52d45921ff7e1b7c7f584 (patch) | |
tree | bd3c2779668e8a986b7a5dfe9b922b1828cfa133 | |
parent | e1e95b8d53cbf49c77fccd8ccbfd26ef94124e78 (diff) | |
download | device_samsung_espresso3g-d06f73ff3a2cda4913e52d45921ff7e1b7c7f584.zip device_samsung_espresso3g-d06f73ff3a2cda4913e52d45921ff7e1b7c7f584.tar.gz device_samsung_espresso3g-d06f73ff3a2cda4913e52d45921ff7e1b7c7f584.tar.bz2 |
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
-rwxr-xr-x | p51xx-common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |