Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OnePlus 6/6T: Add to fixup-mountpoints #183

Merged
merged 2 commits into from Feb 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions fixup-mountpoints
Expand Up @@ -903,6 +903,22 @@ case "$DEVICE" in
-e 's block/bootdevice/by-name/xblbak sdc1 ' \
"$@"
;;

"enchilada" | "fajita")
sed -i \
-e 's block/bootdevice/by-name/bluetooth sde5 ' \
-e 's block/bootdevice/by-name/boot sde11 ' \
-e 's block/bootdevice/by-name/dsp sde9 ' \
-e 's block/bootdevice/by-name/misc sda3 ' \
-e 's block/bootdevice/by-name/modem sde4 ' \
-e 's block/bootdevice/by-name/odm sda15 ' \
-e 's block/bootdevice/by-name/persist sda2 ' \
-e 's block/bootdevice/by-name/system sda13 ' \
-e 's block/bootdevice/by-name/userdata sda17 ' \
-e 's block/bootdevice/by-name/vbmeta sde17 ' \
-e 's block/bootdevice/by-name/vendor sde16 ' \
"$@"
;;

"bacon")
sed -i \
Expand Down