Skip to content

Commit

Permalink
Merge pull request #198 from mlehtima/fp3
Browse files Browse the repository at this point in the history
[FP3] Add Fairphone 3 to fixup-mountpoints
  • Loading branch information
mlehtima authored May 30, 2021
2 parents f018aa2 + a67690f commit 7489bc8
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 @@ -752,6 +752,20 @@ case "$DEVICE" in
"$@"
;;

"FP3")
sed -i \
-e 's block/bootdevice/by-name/boot mmcblk0p27 ' \
-e 's block/bootdevice/by-name/system mmcblk0p30 ' \
-e 's block/bootdevice/by-name/userdata mmcblk0p62 ' \
-e 's block/bootdevice/by-name/config mmcblk0p38 ' \
-e 's block/bootdevice/by-name/misc mmcblk0p35 ' \
-e 's block/bootdevice/by-name/modem mmcblk0p1 ' \
-e 's block/bootdevice/by-name/dsp mmcblk0p13 ' \
-e 's block/bootdevice/by-name/persist mmcblk0p34 ' \
-e 's block/bootdevice/by-name/vendor mmcblk0p32 ' \
"$@"
;;

"onyx")
sed -i \
-e 's block/platform/msm_sdcc.1/by-name/boot mmcblk0p7 ' \
Expand Down

0 comments on commit 7489bc8

Please sign in to comment.