Advertisement
Guest User

Untitled

a guest
Sep 4th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. + echo ########################## mounting stowaways
  2. ########################## mounting stowaways
  3. + [ ! -z /dev/sda17 ]
  4. + get_opt data_subdir
  5. + cat /proc/cmdline
  6. + grep ^data_subdir=*
  7. + cut -d= -f2
  8. + echo rcupdate.rcu_expedited=1
  9. + cut+ -d=grep -f2
  10. ^data_subdir=*
  11. + echo androidboot.hardware=qcom
  12. + cut -d= -f2
  13. + grep ^data_subdir=*
  14. + echo bootmode=debug
  15. + cut+ -d=grep -f2
  16. ^data_subdir=*
  17. + echo user_debug=31
  18. + cut -d= -f2
  19. + grep ^data_subdir=*
  20. + echo msm_rtb.filter=0x37
  21. + cut+ -d=grep -f2 ^data_subdir=*
  22.  
  23. + echo ehci-hcd.park=3
  24. + grep ^data_subdir=*
  25. + cut -d= -f2
  26. + echo service_locator.enable=1
  27. + cut+ -d=grep -f2
  28. ^data_subdir=*
  29. + echo swiotlb=2048
  30. + cut+ -d=grep -f2
  31. ^data_subdir=*
  32. + echo androidboot.veritymode=enforcing
  33. + grep ^data_subdir=*
  34. + cut -d= -f2
  35. + echo androidboot.verifiedbootstate=orange
  36. + + cutgrep -d= ^data_subdir=* -f2
  37.  
  38. + echo androidboot.keymaster=1
  39. + cut+ -d=grep -f2
  40. ^data_subdir=*
  41. + echo androidboot.bootdevice=1da4000.ufshc
  42. + cut+ -d=grep -f2
  43. ^data_subdir=*
  44. + echo androidboot.ramdump=disable
  45. + cut+ -d=grep -f2
  46. ^data_subdir=*
  47. + echo androidboot.secureboot=1
  48. + + cut -d=grep -f2 ^data_subdir=*
  49.  
  50. + echo androidboot.dp=0x0
  51. + cut+ -d=grep -f2
  52. ^data_subdir=*
  53. + echo androidboot.wcnss=1
  54. + cut -d= -f2
  55. + grep ^data_subdir=*
  56. + echo androidboot.serialno=e91d774f
  57. + + cutgrep -d= ^data_subdir=*
  58. -f2
  59. + echo androidboot.hwversion=3.2.0
  60. + cut+ -d=grep -f2
  61. ^data_subdir=*
  62. + echo androidboot.product.region=cn
  63. + cut -d= -f2
  64. + grep ^data_subdir=*
  65. + echo androidboot.baseband=msm
  66. + cut+ -d=grep -f2
  67. ^data_subdir=*
  68. + echo mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_jdi_fhd_nt35596s_video:config2:1:none:cfg:single_dsi
  69. + data_subdir=
  70. + mkdir /data
  71. mkdir: can't create directory '/data': File exists
  72. + mkdir /target
  73. mkdir: can't create directory '/target': File exists
  74. + mount /dev/sda17 /data
  75. mount: mounting /dev/sda17 on /data failed: Device or resource busy
  76. + mount --bind /data//.stowaways/sailfishos /target
  77. mount: mounting /data//.stowaways/sailfishos on /target failed: No such file or directory
  78. + mkdir /target/data
  79. mkdir: can't create directory '/target/data': File exists
  80. + mount --bind /data/ /target/data
  81. + mount
  82. rootfs on / type rootfs (rw,size=2826296k,nr_inodes=706574)
  83. devtmpfs on /dev type devtmpfs (rw,relatime,size=2826296k,nr_inodes=706574,mode=755)
  84. devpts on /dev/pts type devpts (rw,relatime,mode=600)
  85. sysfs on /sys type sysfs (rw,relatime)
  86. proc on /proc type proc (rw,relatime)
  87. none on /config type configfs (rw,relatime)
  88. /dev/sda17 on /data type ext4 (rw,relatime,data=ordered)
  89. /dev/sda17 on /target/data type ext4 (rw,relatime,data=ordered)
  90. /dev/sda17 on /target type ext4 (rw,relatime,data=ordered)
  91. /dev/sda17 on /target type ext4 (rw,relatime,data=ordered)
  92. /dev/sda17 on /target/data type ext4 (rw,relatime,data=ordered)
  93. + read IN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement