Advertisement
carbonatedcaffeine

Untitled

May 16th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. "marlin")
  2. sed -i \
  3. -e 's block/platform/soc/624000.ufshc/by-name/aboot sda17 ' \
  4. -e 's block/platform/soc/624000.ufshc/by-name/apdp sda29 ' \
  5. -e 's block/platform/soc/624000.ufshc/by-name/board_info sdf1 ' \
  6. -e 's block/platform/soc/624000.ufshc/by-name/boot sda19 ' \
  7. -e 's block/platform/soc/624000.ufshc/by-name/bootlocker sda1 ' \
  8. -e 's block/platform/soc/624000.ufshc/by-name/cdt sdd12 ' \
  9. -e 's block/platform/soc/624000.ufshc/by-name/cmnlib32 sda13 ' \
  10. -e 's block/platform/soc/624000.ufshc/by-name/cmnlib64 sda15 ' \
  11. -e 's block/platform/soc/624000.ufshc/by-name/ddr sdd11 ' \
  12. -e 's block/platform/soc/624000.ufshc/by-name/devcfg sda23 ' \
  13. -e 's block/platform/soc/624000.ufshc/by-name/devinfo sdf4 ' \
  14. -e 's block/platform/soc/624000.ufshc/by-name/devinfobak sdd5 ' \
  15. -e 's block/platform/soc/624000.ufshc/by-name/dip sdd7 ' \
  16. -e 's block/platform/soc/624000.ufshc/by-name/dpo sdd6 ' \
  17. -e 's block/platform/soc/624000.ufshc/by-name/frp sde1 ' \
  18. -e 's block/platform/soc/624000.ufshc/by-name/fsc sdd8 ' \
  19. -e 's block/platform/soc/624000.ufshc/by-name/fsg sdf3 ' \
  20. -e 's block/platform/soc/624000.ufshc/by-name/hosd sda21 ' \
  21. -e 's block/platform/soc/624000.ufshc/by-name/hyp sda11 ' \
  22. -e 's block/platform/soc/624000.ufshc/by-name/keymaster sda3 ' \
  23. -e 's block/platform/soc/624000.ufshc/by-name/metadata sde5 ' \
  24. -e 's block/platform/soc/624000.ufshc/by-name/mfg sdf2 ' \
  25. -e 's block/platform/soc/624000.ufshc/by-name/misc sdd1 ' \
  26. -e 's block/platform/soc/624000.ufshc/by-name/modem sda25 ' \
  27. -e 's block/platform/soc/624000.ufshc/by-name/modemst1 sdd9 ' \
  28. -e 's block/platform/soc/624000.ufshc/by-name/modemst2 sdd10 ' \
  29. -e 's block/platform/soc/624000.ufshc/by-name/msadp_a sda27 ' \
  30. -e 's block/platform/soc/624000.ufshc/by-name/msadp_b sda28 ' \
  31. -e 's block/platform/soc/624000.ufshc/by-name/persist sdd3 ' \
  32. -e 's block/platform/soc/624000.ufshc/by-name/pg1fs sde3 ' \
  33. -e 's block/platform/soc/624000.ufshc/by-name/pg2fs sde4 ' \
  34. -e 's block/platform/soc/624000.ufshc/by-name/pmic sda9 ' \
  35. -e 's block/platform/soc/624000.ufshc/by-name/ramdump sde2 ' \
  36. -e 's block/platform/soc/624000.ufshc/by-name/reserve0 sda36 ' \
  37. -e 's block/platform/soc/624000.ufshc/by-name/reserve3 sdd13 ' \
  38. -e 's block/platform/soc/624000.ufshc/by-name/reserve4 sde6 ' \
  39. -e 's block/platform/soc/624000.ufshc/by-name/reserve5 sdf5 ' \
  40. -e 's block/platform/soc/624000.ufshc/by-name/rpm sda7 ' \
  41. -e 's block/platform/soc/624000.ufshc/by-name/sec sdd4 ' \
  42. -e 's block/platform/soc/624000.ufshc/by-name/ssd sdd2 ' \
  43. -e 's block/platform/soc/624000.ufshc/by-name/system sda33 ' \
  44. -e 's block/platform/soc/624000.ufshc/by-name/tz sda5 ' \
  45. -e 's block/platform/soc/624000.ufshc/by-name/userdata sda35 ' \
  46. -e 's block/platform/soc/624000.ufshc/by-name/vendor sda31 ' \
  47. -e 's block/platform/soc/624000.ufshc/by-name/xbl_a sdb1 ' \
  48. -e 's block/platform/soc/624000.ufshc/by-name/xbl_b sdc1 ' \
  49. "$@"
  50. ;;
  51. *)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement