fixed postrecoveryboot

This commit is contained in:
Arif Ali 2011-05-25 00:52:03 +01:00
parent 499f58e1f3
commit 747ea0b6e4

View File

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