sudo -i
mount -t ext2 /dev/mmcblk0p5 /tmp/config
vim /tmp/config/autorun.sh
修改后保存退出
chmod +x /tmp/config/autorun.sh
umount /tmp/config
exit
sudo -i
mount -t ext2 /dev/mmcblk0p5 /tmp/config
vim /tmp/config/autorun.sh
修改后保存退出
chmod +x /tmp/config/autorun.sh
umount /tmp/config
exit