last question (realy excuse me)
the readme say :
5. cp init script to /sbin
but i can't copy init on /sbin/init
and i hav'nt understand what i have to do whit init.card script...
realy tnx anyway...
First, make sure you've done step 2
#mount -o rw,remount /
Then you may have to delete /sbin/init before you copy the new one. This is because the original /sbin/init is really just a sym link to /sbin/teleinit.
I find installing MC (Midnight Commander) makes working with the files easier. Once you install MC you open it in a terminal by typing
mc -a
To access the F1-F10 keys press ESC + the number key, ie. F4 = ESC+4. The beauty of MC is the built -in editor/viewer.
For init.card, copy it to the root of your SD card. The new init that Stubear created will look for init.card on the SD during boot up, if it finds it then it boots into the ROM on your SD, if it's not there it runs teleinit in the /sbin/sys directory and the default ROM loads.
Try opening init & init.card in a viewer to see how the scripts are constructed (if you have MC installed it's very easy to view scripts, and you will learn lots)
Cheers,
Jerry