请教K总,我刷完这个包不用分区挂载,刷完机自启动文件里面的这些:
export QTDIR=/usr/lib/ezx
. /home/native/.profile
###字体转换###
if [ -f /mmc/mmca1/autorun/themes/myfont.ttf ]
then
cp /mmc/mmca1/autorun/themes/myfont.ttf /tmp/myfont.ttf
mount --bind /ram/tmp/myfont.ttf /usr/language/fonts/AMCSL.TTF
fi
###内存扩展###
if [ -f /mmc/mmca1/.system/QTDownLoad/zngj/swapfile ]
then
exec /mmc/mmca1/.system/QTDownLoad/zngj/nckzzq &
fi
##超级目录
if [ -f /mmc/mmca1/autorun/themes/gbcjml.lin ]
then
mount -w --bind /mmc/mmca1/.system/ /ezxlocal/download/mystuff/preload
mount -w --bind // /ezxlocal/download/mystuff/MyPrograms
mount -w --bind /ezx_user/ /ezxlocal/download/mystuff/MyPrograms/ezx_user
mount -w --bind /ezxlocal/ /ezxlocal/download/mystuff/MyPrograms/ezxlocal
fi
##星期农历显示
if [ -f /mmc/mmca1/autorun/themes/lw.sh ]
then
/mmc/mmca1/autorun/themes/lw.sh &
else
cp /sbin/lw /mmc/mmca1/autorun/themes/lw.sh && /mmc/mmca1/autorun/themes/lw.sh &
fi
项目是不是完全可以删掉?
我的tf卡刷机前特意用winpm把4个分区全给删掉了,只留一个分区,刷完机器用usb网连接看了下好像系统又自动把卡分成4个分区了,刷这个包一定得分区吗?
|