Skip to content

Commit

Permalink
[a5ultexx] Add Galaxy A5 2015 to fixup-mountpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadSquirrel01 committed Jun 8, 2019
1 parent ad32797 commit 87d50f3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions fixup-mountpoints
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,19 @@ case "$DEVICE" in
-e 's block/bootdevice/by-name/oem mmcblk0p30 ' \
"$@"
;;

"a5ultexx")
sed -i \
-e 's block/bootdevice/by-name/system mmcblk0p24 ' \
-e 's block/bootdevice/by-name/userdata mmcblk0p27 ' \
-e 's block/bootdevice/by-name/cache mmcblk0p25 ' \
-e 's block/bootdevice/by-name/boot mmcblk0p16 ' \
-e 's block/bootdevice/by-name/modem mmcblk0p2 ' \
-e 's block/bootdevice/by-name/apnhlos mmcblk0p1 ' \
-e 's block/bootdevice/by-name/persist mmcblk0p22 ' \
"$@"
;;

*)
cat <<EOF
Expand Down

0 comments on commit 87d50f3

Please sign in to comment.