Advertisement
Guest User

Untitled

a guest
May 15th, 2023
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 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/block/platform/soc/624000.ufshc/by-name/system 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
  18.  
  19. # From ./out/target/product/marlin/vendor/etc/fstab.marlin :
  20. # /dev/block/platform/soc/624000.ufshc/by-name/system / ext4 ro,barrier=1 wait,slotselect,verify
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement