Skip to content

Commit

Permalink
Add mountpoints for montana
Browse files Browse the repository at this point in the history
  • Loading branch information
justgerd committed Oct 5, 2018
1 parent 44c20cb commit 4ba0442
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 @@ -1112,6 +1112,20 @@ case "$DEVICE" in
-e 's block/bootdevice/by-name/oem mmcblk0p30 ' \
"$@"
;;
"montana")
sed -i \
-e 's block/bootdevice/by-name/boot mmcblk0p37' \
-e 's block/bootdevice/by-name/cache mmcblk0p52' \
-e 's block/bootdevice/by-name/dsp mmcblk0p22' \
-e 's block/bootdevice/by-name/fsg mmcblk0p29' \
-e 's block/bootdevice/by-name/misc mmcblk0p39' \
-e 's block/bootdevice/by-name/modem mmcblk0p19' \
-e 's block/bootdevice/by-name/persist mmcblk0p30' \
-e 's block/bootdevice/by-name/recovery mmcblk0p38' \
-e 's block/bootdevice/by-name/system mmcblk0p53' \
-e 's block/bootdevice/by-name/userdata mmcblk0p54'
"$@"
;;
*)
cat <<EOF
Expand Down

0 comments on commit 4ba0442

Please sign in to comment.