摘要: openwrt14.07 howto generate /etc/config/network Table of Contents 1. firstboot test in board 1.1. firstboot operation 1.2. reboot operation 2. analysi 阅读全文
posted @ 2016-04-13 16:41 阿青1987 阅读(1798) 评论(0) 推荐(0) 编辑
摘要: how to restore 'git reset –hard' operations Table of Contents 1. emulate git reset –hard 1.1. generate two commits 1.2. check the commits 1.3. reset – 阅读全文
posted @ 2016-04-13 14:30 阿青1987 阅读(252) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh expect <<-EOF spawn firstboot expect "*N/y*" send "y\r" interact expect eof EOF 阅读全文
posted @ 2016-04-13 13:59 阿青1987 阅读(132) 评论(0) 推荐(0) 编辑