I tried (several times) to remaster microcore.
1) remastering the same from the iso extracted files without altering resulted in slightly different size, but working ISO image
2) remastering with only "external additions" (tce folder, mydata.tgz) works fine
3) remastering with modified (even only decompressed and recompressed) initramdisk claimed "kernel panic, not syncing" if done according to the WIKI receipt.
I found that the WIKI description is slightly different from the script in the topic "Remaster script" at the step of compressing the initrd. The difference is in the options for gzip (-2 against nothing) and advdef (-z4 against -qz4). The "Remaster script" is working for TC, but the WIKI description is giving the kernel panic according to both methods. The mkisofs throws a warning that claims the need of Rock Ridge extension also. I managed to remaster Micro Core only with the Rock Ridge (-R option for mkisofs) extension. Is this a rule or am I missing something?