> See, http://cshore.is-a-geek.com/openwrt/preinit_mount.html > It's fully documented along with an example.
Thanks. It's much better, but it still leaves several questions open: - where is the "failsafe" code (it has its own subsection in the doc, but it doesn't say to which file it corresponds). - same thing for "mount root filesystem". - the "mount root filesystem" paraphrases the code without explaining the underlying design. E.g. it would be helpful to state the "preconditions" and "postconditions", i.e. what is the expected input state and what is the expected output state. - first boot also paraphrases the code. Here again stating the expected input state and resulting output state would help. Some of the relevant "state" could be for example be whether udev (aka hotplug) is expected to be running before/after. - Actually the fact that firstboot can be called in different ways and behaves differently for each seems terribly odd and confusing, so either it should be split into different files, or there should be some explanation for why it's all kept within that single file. -- Stefan _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
