Hi
I am trying to make a bootable CD using tomsrtbt as an el-torito image.
Since ths size must be one of the 1.2, 1.44 or 2.88 meg, I tried, as a
quick hack to `head -c 1185792 /dev/zero >> tomsrtbt.raw'.. and yes!, it
sure DID NOT work ;/
I've studying the `buildit.s' script now for a long while -- and now
understand most of it. However, to get full understanding the issue by
reading more manuals and then some trial&errors I could eventually come
up with working el-torito image...
... To shorten this time I am asking you, who know more of the issue, what I
need to adjust to get working image? Is it enough to fill those 1185792
bytes at the end of the ramdisk, or should I also change some LILO
parameters... The one thing I surely need to change is the `count' variable
at the dd -line which creates tomsrtbt.raw....
Tomi