没有合适的资源?快使用搜索试试~
我知道了~
经验
在正常里的工作还是实时的哦,运行后就恢复了
即便在正常系统里,它也能工作,只是不处理磁盘了,只恢复设置文件
root@(none):/# firstboot
firstboot has already been run
jffs2 partition is mounted, only resetting files
在failsafe模式里它能尽心尽责的运作
如果已经运行过一次,第二次只能恢复设置咯
root@(none):/tmp# firstboot
firstboot has already been run
jffs2 partition is mounted, only resetting files
想法
它的神奇就是它卸载那个盘(jiff啥的),清理掉
然后重启后这个盘会重生
发现
提出确定是否恢复的对话框,看起来是bb固件开始的
它的原理
看起来它的工作原理就是一堆的脚本
/lib/firstboot
root@OpenWrt_SLboat_Mod:/# ls /lib/firstboot/
05_firstboot_skip 20_no_fo_mount_jffs 40_copy_ramoverlay
10_determine_parts 20_reset_clear_jffs 40_no_fo_copy_ramoverlay
10_no_fo_clear_overlay 30_is_rootfs_mounted 50_pivot
10_reset_has_mini_fo 30_no_fo_pivot 99_10_no_fo_cleanup
20_has_mini_fo 30_reset_copy_rom 99_10_with_fo_cleanup
而引导进入这里的地方是
在正常里的工作还是实时的哦,运行后就恢复了
即便在正常系统里,它也能工作,只是不处理磁盘了,只恢复设置文件
root@(none):/# firstboot
firstboot has already been run
jffs2 partition is mounted, only resetting files
在failsafe模式里它能尽心尽责的运作
如果已经运行过一次,第二次只能恢复设置咯
root@(none):/tmp# firstboot
firstboot has already been run
jffs2 partition is mounted, only resetting files
想法
它的神奇就是它卸载那个盘(jiff啥的),清理掉
然后重启后这个盘会重生
发现
提出确定是否恢复的对话框,看起来是bb固件开始的
它的原理
看起来它的工作原理就是一堆的脚本
/lib/firstboot
root@OpenWrt_SLboat_Mod:/# ls /lib/firstboot/
05_firstboot_skip 20_no_fo_mount_jffs 40_copy_ramoverlay
10_determine_parts 20_reset_clear_jffs 40_no_fo_copy_ramoverlay
10_no_fo_clear_overlay 30_is_rootfs_mounted 50_pivot
10_reset_has_mini_fo 30_no_fo_pivot 99_10_no_fo_cleanup
20_has_mini_fo 30_reset_copy_rom 99_10_with_fo_cleanup
而引导进入这里的地方是