Advertisement
carbonatedcaffeine

Untitled

May 16th, 2023
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. [Unit]
  2. Description=Droid mount for /system_root
  3. Before=local-fs.target systemd-modules-load.service
  4.  
  5. [Mount]
  6. What=/dev/sda33
  7. Where=/system_root
  8. Type=ext4
  9. Options=ro,barrier=1
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement