Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions fixup-mountpoints
Original file line number Diff line number Diff line change
Expand Up @@ -1702,6 +1702,17 @@ case "$DEVICE" in
"$@"
;;

"oxygen")
sed -i \
-e 's block/bootdevice/by-name/system mmcblk0p65 ' \
-e 's block/bootdevice/by-name/userdata mmcblk0p66 ' \
-e 's block/bootdevice/by-name/cache mmcblk0p63 ' \
-e 's block/bootdevice/by-name/persist mmcblk0p58 ' \
-e 's block/bootdevice/by-name/dsp mmcblk0p54 ' \
-e 's block/bootdevice/by-name/modem mmcblk0p55 ' \
"$@"
;;

"hermes")
sed -i \
-e 's block/platform/mtk-msdc.0/11230000.MSDC0/by-name/boot mmcblk0p7 ' \
Expand Down