Advertisement
dunc001

1iotweaks_Ray_Lupus

Jan 27th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #!/sbin/sh
  2.  
  3. echo "executing 01-iotweaks" >> /data/local/tmp/log_doom-mods.log
  4.  
  5. busybox mount -o remount,nosuid,noatime,nodiratime /
  6. busybox mount -o remount,noatime,nodiratime /system
  7. busybox mount -o remount,nodev,noatime,nodiratime /data
  8. busybox mount -o remount,nosuid,nodev,noatime,nodiratime /cache
  9.  
  10. echo "exiting 01-iotweaks" >> /data/local/tmp/log_doom-mods.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement