Skip to content

Commit

Permalink
op5_t: Fix MindTheGapps Installation
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Oliveira <[email protected]>
  • Loading branch information
faoliveira78 committed Feb 11, 2024
1 parent 5736141 commit 123aed8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recovery/root/system/bin/merge-fstab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ if dd if=/dev/block/by-name/system bs=256k count=1|strings|grep -qE 'cheesedump_
echo "/super_${p} emmc /dev/block/by-name/${p} flags=display=\"Super_${p}\";backup=1" >> /system/etc/twrp.flags
done
else
# Fix MTG Installation
ln -s /dev/block/bootdevice/by-name /dev/block/mapper

echo >> /system/etc/twrp.flags
cat /fstab/twrp.flags.nondynpart >> /system/etc/twrp.flags
echo "/super emmc /dev/block/by-name/system flags=display=\"Super\";backup=1" >> /system/etc/twrp.flags
Expand Down

0 comments on commit 123aed8

Please sign in to comment.