Skip to content

Instantly share code, notes, and snippets.

@tluyben
Created May 10, 2013 10:46
Show Gist options
  • Save tluyben/5553679 to your computer and use it in GitHub Desktop.
Save tluyben/5553679 to your computer and use it in GitHub Desktop.
/etc/config/fstab
config 'mount'
option 'target' '/mnt/mmcblk0p1'
option 'device' '/dev/mmcblk0p1'
option 'fstype' 'ext2'
option 'options' 'ro'
option 'enabled' '1'
option 'enabled_fsck' '0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment