Mount JFFS2 Image
Saturday, October 25, 2008
Example of how to mount a JFFS2 image using mtdblock.
See, you not only have to be a good coder to create a system like Linux, you have to be a sneaky bastard, too.
- Linus Torvalds
Change Linux Service Boot Order
Friday, October 8, 2004 by digitalpeer
Go to /etc/rc.d/ and you'll notice rcX.d folders. The X in those directory names represent runlevels. Go to the runlevel you want to edit and you'll notice a whole bunch of files in the format SXXservice and KXXservice. The S files represent startup files and the K files represent the kill files. The important thing to note here is the XX number in those files. Those represent the order in which those files are executed. Simply make the number higher or lower to move the service around in startup or shutdown.
It's just that simple.