Advertisement
BirdZhang

Untitled

Dec 12th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. [root@Sailfish system]# cat 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,barrier=1
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement