文件都是只读的,因为它是 tmpfs 文件系统?
怎么找到系统默认配置脚本? /usr/sbin 下也改不了只读属性
怎么找到系统默认配置脚本? /usr/sbin 下也改不了只读属性

1 pathletboy Jun 23, 2017 mount bind 到 jffs 下再进行修改。 |
2 SharkIng Jun 23, 2017 via iPhone 脚本在楼上说的 jffs 里,其他东西都存在内存里了好像 |
4 larry1594 OP @pathletboy bind 是什么?菜鸟,请鄙视。。。 |
5 larry1594 OP @Tink 下面的东西我看到了。但是貌似只针对.conf 文件 我是直接替换一个叫做 updown.sh 的文件,不行,还有什么办法吗?我想到的办法是直接写个 cron 脚本。 ” Replacing or appending content to config files You can append content to various configuration files that are created by the firmware, or even completely replace them with custom config files you have created. Those config override files must be stored in /jffs/configs/. To have a config file appended to the one created by the firmware, simply add ".add" at the end of the filename taken from the list below. For example: /jffs/configs/dnsmasq.conf.add will be added at the end of the dnsmasq configuration file that is created by the firmware, while: /jffs/configs/dnsmasq.conf would completely replace it. “ |