Advertisement
Guest User

S7-CM14.1-wip004-system.mount

a guest
Dec 11th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 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/sda14
  8. Where=/system
  9. Type=ext4
  10. Options=ro,errors=panic,noload
  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/herolte/root/fstab.samsungexynos8890 :
  21. # /dev/sda14 /system ext4 ro,errors=panic,noload wait
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement