Advertisement
Guest User

Untitled

a guest
Nov 1st, 2011
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #Added the below 3 lines just to make sure that /dev/mmcblk0p1 and /dev/mmcblk1p1 should not get mounted
  2. if [ "$PDEV" = "/dev/mmcblk0p1" -o "$PDEV" = "/dev/mmcblk1p1" ] ; then
  3. exit 0
  4. fi
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement