diff options
| author | Adam Farden <adam@farden.cz> | 2016-09-11 20:58:47 +0200 |
|---|---|---|
| committer | SpiritCroc <spiritcroc@gmail.com> | 2016-11-09 17:00:23 +0100 |
| commit | ea45699b48859e22f3ec7832c45419536d0fbd55 (patch) | |
| tree | 136bdb6a6dc3023059ecc1bee05648c8a939bb50 | |
| parent | 82b89c59519948b2c894f29f4aa65663101a68ee (diff) | |
fstab: Allow recovery to use the misc partitionmm6.0
Android Nougat changed how it communicates with the recovery
partition. Until now the recovery commands had been written
to the /cache partition, but this has changed. Now recovery
writes to the /misc partition.
Fortunately for rhine devices we actually have
an empty and unused /apps_log partition we can use.
NOTE: avoid
E:Cannot load volume /misc!
checked on Marshmallow recovery
Change-Id: I484b263b2012d780cc2ec10a02f2eafc35db9d1b
Signed-off-by: Adam Farden <adam@farden.cz>
Signed-off-by: David Viteri <davidteri91@gmail.com>
| -rw-r--r-- | rootdir/fstab.rhine | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/fstab.rhine b/rootdir/fstab.rhine index a9609ab..2edbc63 100644 --- a/rootdir/fstab.rhine +++ b/rootdir/fstab.rhine @@ -7,6 +7,7 @@ /dev/block/bootdevice/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,noauto_da_alloc,discard,errors=panic wait,check,formattable,encryptable=footer /dev/block/bootdevice/by-name/boot /boot emmc defaults defaults /dev/block/bootdevice/by-name/FOTAKernel /recovery emmc defaults defaults +/dev/block/bootdevice/by-name/apps_log /misc emmc defaults defaults /devices/msm_sdcc.2/mmc_host* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata /devices/*/xhci-hcd.0.auto/usb* auto auto defaults voldmanaged=usb:auto |
