diff --git a/overlay/packages/apps/CMParts/res/values/config.xml b/overlay/packages/apps/CMParts/res/values/config.xml index 7b5a5e4..775cc5d 100644 --- a/overlay/packages/apps/CMParts/res/values/config.xml +++ b/overlay/packages/apps/CMParts/res/values/config.xml @@ -2,4 +2,5 @@ false + true diff --git a/postrecoveryboot.sh b/postrecoveryboot.sh index 0137371..6342351 100644 --- a/postrecoveryboot.sh +++ b/postrecoveryboot.sh @@ -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