Advertisement
user_

debian.sh

Nov 4th, 2011
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
  2. modprobe ext2
  3.  
  4. clear
  5.  
  6. rm -f /data/local/bin/fsrw
  7. rm -f /data/local/bin/bootdebian
  8. rm -f /data/local/bin/unionfs
  9. rm -f /data/local/bin/installer.sh
  10. rm -f /data/local/bin/mountonly
  11.  
  12. mkdir /data/local/mnt
  13.  
  14. clear
  15. rm /system/bin/fsrw
  16. rm /system/bin/bootdebian
  17. rm /system/bin/unionfs
  18. rm -/system/bin/mountonly
  19.  
  20. cp -f fsrw /system/bin
  21. cp -f bootdebian /system/bin
  22. cp -f unionfs /system/bin
  23. cp -f mountonly /system/bin
  24.  
  25.  
  26. cd /sdcard/debian
  27.  
  28. chmod 4777 *
  29.  
  30. cd /system/bin/
  31.  
  32. chmod 4777 *
  33.  
  34. cd /
  35.  
  36. clear
  37.  
  38. echo " "
  39. echo "Debian Chroot Bootloader v0.1"
  40. echo "To enter the Debian Linux console just type 'bootdebian'"
  41.  
  42.  
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement