android_device_htc_leo/prebuilt/init.d/02cache
milaq 766ec076b3 remove libgps
readd cache initscript and remove cache hacks from initrd
add softbuttons prop to build.prop
integrate apps removal in squisher
2012-05-02 15:50:47 +02:00

11 lines
285 B
Bash
Executable File

#!/system/bin/sh
cache_partition=`grep cache /proc/mtd | cut -d: -f1 | sed 's/mtd/mtdblock/'`
umount /cache
rmdir /cache
mkdir /mnt/cache
mkdir /data/cache
mount -t yaffs2 -o rw /dev/block/$cache_partition /mnt/cache
ln -s /data/cache /cache
ln -s /mnt/cache/recovery /cache/recovery