--- In [email protected], "Ernst Mayerhofer" <[EMAIL PROTECTED]> wrote: > > Hi, > sorry, I was some time away and didn't read all your messages, except the > last one. > /etc ist not in ram, but in the R/W space of the memory. If you want to do > something in ram, use /var. > > It's not very comfortable to use /etc/dev when you're building a new fimage. > What I wanted to tell you is that you can use /etc/ if you want to create a > device on the fly without new building. > > there is a file somewhere in which are many lines like: > > mknod_elinux .... > > search for this file with grep, i think it's in the directory packages. > >
Ah, Ok Ernst. Now I understand the picture. I thought /etc was in RAM but it's really in the flash image. Didn't know this... I know where all the scripts are located to do the necessary changes (pls. read my previous replies, you'll see I was successfully able to create a device on the fly), so that's no problem. I even added an article describing the whole process on my wiki. If interested, pls. look here: http://www.gevawebsolutions.com/wiki/index.php?title=FB_General_Issues#Adding_a_dynamic_MAJOR_number:_the_steps_to_take... Would you then suggest to use /var to create my device or is /etc/dev just a perfect place for it (as I have done it now)? Pls. advice. Best rgds, --Geert
