summaryrefslogtreecommitdiffstats
path: root/init.ranchu.rc
diff options
context:
space:
mode:
authorIsaac Chen <ycchen@google.com>2018-03-21 10:46:57 +0800
committerSzuWei Lin <szuweilin@google.com>2018-03-27 13:14:54 +0800
commitbacbda6f6e472943351d9d2e24ff2f7229b7b6b5 (patch)
treea6107b8933724f9289dc858e95b9d58672a9d75a /init.ranchu.rc
parent23c07326482f34684b920afde0b1763638295714 (diff)
downloadandroid_device_generic_goldfish-bacbda6f6e472943351d9d2e24ff2f7229b7b6b5.tar.gz
android_device_generic_goldfish-bacbda6f6e472943351d9d2e24ff2f7229b7b6b5.tar.bz2
android_device_generic_goldfish-bacbda6f6e472943351d9d2e24ff2f7229b7b6b5.zip
Move emulator fstab to vendor for "system as root"
In P, the root of the system image is used as the root of the device, so all device (or vendor) spicific files need to be moved to vendor partition. Relevant configuration files need to be modified accordingly. Bug: 76037265 Test: m -j; emulator # booted to home screen and # checked fstab.ranchu is under vendor/etc Change-Id: I2d2823407fcd792e3c1e24298ece466ef7bdb91f Merged-In: I2d2823407fcd792e3c1e24298ece466ef7bdb91f (cherry picked from commit b94bc998e2712210fc6118fb44a79f001581441d)
Diffstat (limited to 'init.ranchu.rc')
-rw-r--r--init.ranchu.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.ranchu.rc b/init.ranchu.rc
index de5c583..ff3abae 100644
--- a/init.ranchu.rc
+++ b/init.ranchu.rc
@@ -1,5 +1,5 @@
on fs
- mount_all /fstab.ranchu
+ mount_all /vendor/etc/fstab.ranchu
on early-init
mount debugfs debugfs /sys/kernel/debug mode=755