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
12 changes: 12 additions & 0 deletions fixup-mountpoints
Original file line number Diff line number Diff line change
Expand Up @@ -1841,6 +1841,18 @@ case "$DEVICE" in
"$@"
;;

"raphael")
sed -i \
-e 's block/bootdevice/by-name/system sda54 ' \
-e 's block/bootdevice/by-name/cache sda29 ' \
-e 's block/bootdevice/by-name/userdata sda31 ' \
-e 's block/bootdevice/by-name/modem sda52 ' \
-e 's block/bootdevice/by-name/dsp sda48 ' \
-e 's block/bootdevice/by-name/persist sda23 ' \
-e 's block/bootdevice/by-name/bluetooth sda26 ' \
"$@"
;;

*)
cat <<EOF

Expand Down