Skip to content

Instantly share code, notes, and snippets.

@Nokius
Created March 13, 2015 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nokius/699f45c1299684f29df7 to your computer and use it in GitHub Desktop.
Save Nokius/699f45c1299684f29df7 to your computer and use it in GitHub Desktop.
[Unit]
Description=Droid mount for /system
Before=local-fs.target systemd-modules-load.service
[Mount]
What=/dev/block/mmcblk0p19
Where=/system
Type=ext4
Options=rw,data=ordered,noauto_da_alloc
# 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/find5/root/init.find5.rc :
# mount ext4 /dev/block/mmcblk0p19 /system wait rw data=ordered noauto_da_alloc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment