Hi List.

Today I downloaded the fdbootcd.iso and wanted to modifiy it.
I included an other program in the fdboot.img, which worked fine.
After that i had to rebuild the fdbootcd.iso because I can't write in the iso file.
I did this the following way:

----8<----
dd if=/dev/zero of=fdbootcd-new.img bs=1M count=14
mkdosfs fdbootcd-new.iso
mount -o loop fdbootcd.iso x/
mount -o loop fdbootcd-new.img y/
cp -ar x/* y/
cp fdboot.img y/isolinux/data (modified image)
mkisofs -R -J -o fdbootcd-new.iso y/
umount x/ y/
----8<----

Now the CD isn't booting any more.
Why? I hope you can help me.

Best regards,

--
.""`.     Marvin Stark <[EMAIL PROTECTED]>
: :"  :    credativ.de - The creative IT consultants
`. `"`
 `-  Debian - when you have better things to do than fix a system



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to