> Couldn't anyone solve there my problem...
> My question is probably to Ben, have you did it earlier???
> if you did then please let us know how you did???
> a tutorial from first to last step will suffice...
>
> guys dont you hink its a real big problem...
Well, to be honest, there hasn't been a great deal of demand for
building custom ISO's from what I've seen. Over the last few years. At
all. In practice, near as I can tell, I've been close to the only
'user' of this script, so although I'm happy to help you get it
working, no, I don't think it's a real big problem :).
To answer your question: the steps you printed are right. (Nowadays it
uses RAM disks for the temporary filesystems, making it much less of a
bother to do this - no messy temporary filesystems etc. Try the latest
snapshot - if you have enough physical RAM that is.)
I don't really know what went wrong with your build process. The
script *largely* aborts on errors (with the exception of the
'chrootmake' step, the return code isn't passed properly to release.sh
due to the chroot command), but I assume something went wrong
somewhere and the script went and made a useless ISO anyway. So my
only suggestion with this information is to look for errors.
There is a phase where you're supposed to see two 'filesystem full'
errors - it actually copies /dev/zero to a file on the filesystem, and
then removes it, to zero out unused data (and make the resulting ISO
easier to compress), so you can safely ignore those errors.
Good luck!