Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. sh-3.2# cat /lib/systemd/system/system.mount
  2. [Unit]
  3. Description=Droid mount for /system
  4. Before=local-fs.target systemd-modules-load.service
  5.  
  6. [Mount]
  7. What=/dev/mmcblk0p37
  8. Where=/system
  9. Type=ext4
  10. Options=ro,remount
  11. # Options had SELinux context option:
  12.  
  13. # Default is 90 which makes mount period too long in case of
  14. # errors so drop it down a notch.
  15. TimeoutSec=10
  16.  
  17. [Install]
  18. WantedBy=local-fs.target
  19.  
  20. # From ./out/target/product/moto_msm8960_jbbl/root/init.target.rc :
  21. # mount ext4 /dev/mmcblk0p37 /system ro remount
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement