Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a2b982b authored by Pierre-Hugues Husson's avatar Pierre-Hugues Husson
Browse files

Some devices require their vendor mounted to /persist even if fstab says otherwise

parent 768afc3c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -794,3 +794,7 @@ if getprop ro.bionic.cpu_variant |grep -q kryo300;then
fi

resetprop ro.control_privapp_permissions log

if grep -q /mnt/vendor/persist /vendor/etc/fstab.qcom;then
    mount /mnt/vendor/persist /persist
fi