Advertisement
Guest User

Untitled

a guest
Feb 9th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. [Unit]
  2. Description=Droid mount for /splash2
  3. Before=local-fs.target systemd-modules-load.service
  4.  
  5. [Mount]
  6. What=/dev/mmcblk0p92
  7. Where=/splash2
  8. Type=ext4
  9. Options=rw,nosuid,nodev,noatime,data=ordered
  10. # Options had SELinux context option:
  11.  
  12. # Default is 90 which makes mount period too long in case of
  13. # errors so drop it down a notch.
  14. TimeoutSec=10
  15.  
  16. [Install]
  17. WantedBy=local-fs.target
  18.  
  19. # From ./out/target/product/frd/root/fstab.hi3650 :
  20. # /dev/mmcblk0p92 /splash2 ext4 rw,nosuid,nodev,noatime,data=ordered wait,check
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement