android_device_htc_leo/postrecoveryboot.sh
Arif Ali 982245879f leo: fixed postrecovery & and led notifications
Change-Id: I9f9327ac7abb0a4a3e659ba08cff844ed09f36d0
2011-05-25 01:04:17 +01:00

8 lines
137 B
Bash

#!/sbin/sh
sleep 2
if [[ "`grep clk= /proc/cmdline`" == "" ]]; then
sed -i 's/\/boot\t\tmtd/\/boot\t\tyaffs2/g' /etc/recovery.fstab
fi