Skip to content

Commit

Permalink
Add F(x)tec Pro¹ to fixup-mountpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Szczepaniak committed Dec 13, 2019
1 parent 6505d9a commit a0ea616
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions fixup-mountpoints
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,20 @@ case "$DEVICE" in
"$@"
;;

"t5")
sed -i \
-e 's block/bootdevice/by-name/boot sde12 ' \
-e 's block/bootdevice/by-name/system sda6 ' \
-e 's block/bootdevice/by-name/userdata sda8 ' \
-e 's block/bootdevice/by-name/modem sde5 ' \
-e 's block/bootdevice/by-name/persist sda2 ' \
-e 's block/bootdevice/by-name/misc sda3 ' \
-e 's block/bootdevice/by-name/bluetooth sde6 ' \
-e 's block/bootdevice/by-name/dsp sde9 ' \
-e 's block/bootdevice/by-name/vendor sde16 ' \
"$@"
;;

"ghost")
sed -i \
-e 's block/platform/msm_sdcc.1/by-name/modem mmcblk0p1 ' \
Expand Down

0 comments on commit a0ea616

Please sign in to comment.