Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Unit]
- Description=Droid mount for /splash2
- Before=local-fs.target systemd-modules-load.service
- [Mount]
- What=/dev/mmcblk0p92
- Where=/splash2
- Type=ext4
- Options=rw,nosuid,nodev,noatime,data=ordered
- # Options had SELinux context option:
- # Default is 90 which makes mount period too long in case of
- # errors so drop it down a notch.
- TimeoutSec=10
- [Install]
- WantedBy=local-fs.target
- # From ./out/target/product/frd/root/fstab.hi3650 :
- # /dev/mmcblk0p92 /splash2 ext4 rw,nosuid,nodev,noatime,data=ordered wait,check
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement