Well, I did all the process under Linux, but I think you can get the general ideia. If you mount the Bering ISO, there is a file named bootdisk.ima (I think this is the name). This is the file used in that El Torito boot. It loads and then loads the contents in the CD.
You have to mount this bootdisk.ima. The Bering CD is ISO9660 and the bootdisk.ima is msdos under Linux. So I used the following lines to mount then: mount -t iso9660 bering.iso CD/ (here you have to copy the contents to another place) cp CD/ CD_work/ cd cd_work/ mkdir tmp/ (you have to create a dir to mout the bootdisk.ima) mount -t msdos bootdisk.ima tmp/ cd tmp/ (here you can modify the syslinux.cfg and change the LEAFCFG to point to the CD.) So, now you can play with the boot process. This way you can remove entirely the floppies of your firewall. After the changes in leaf.cfg (this one can be in the root of the cd or in the bootdisk.ima) and syslinux.cfg, you have to create de iso. Just umout the bootdisk, remove the tmp (this is not critical), umout the cd, and do the following: mkisofs -R -l -r -o to_burn.iso -b bootdisk.ima cd_work/ After this, burn the to_burn.iso and have fun. :) If you have problems, let me know. See you. 2007/4/28, Craig Caughlin <[EMAIL PROTECTED]>: > Hey, I'm trying to exactly the same thing. > > Where do you find the bootdisk.img file, because I don't see it??? I'm using > ISOBuster (Windows) to open up the Bering .iso. > > Thank you! > > Craig > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Rafael > Oliveira > Sent: Wednesday, April 25, 2007 6:44 AM > To: leaf-user@lists.sourceforge.net > Subject: Re: [leaf-user] changes in syslinux don't affect boot > > Ok... The problem was the syslinux.cfg used at the boot. > If you mount the boodisk.img and change the syslinux.cfg inside, it works. > :) > > 2007/4/24, Rafael Oliveira <[EMAIL PROTECTED]>: > > Hi, > > > > I'm trying to setup a firewall based only on CD. I think floppies get > > damaged very easily. So I did the following: > > I used the floppy image to configure the system and get the modified > > configdb.lrp. > > I used the cdrom image and used with configdb.lrp, and changes in > > syslinux.cfg to get the system running. > > > > It goed wrong. > > > > I tryed changing the leaf.cfg but the boot stage looks for leaf.cfg on > > the floppy. On Bearing-uClibc_3.1-beta1 the cd's syslinux.cfg holds > > LEAFCFG=/dev/fd0:msdos to load the leaf.cfg on the floppy. > > > > So I tryed changing /dev/fd0:msdos to /dev/cdrom:iso9660 but I got > > nothing. The boot stage looked for a floppy disk. > > > > The changes on params in syslinux.cfg don't seems to affect the boot > > process at all. If I can't change the LEAFCFG I can't load the > > configdb.cfg in the CD. Looks like the kernel params are built-in in > > some place I don't know. > > > > How can I get my Bering to load the configdb.cfg in the CD?? > > > > I greatly appreciate any feedback. > > > > P.S. Sorry for my english. I'm not a native english speaker. > > -- > > Rafael Araújo Santana de Oliveira > > > > > -- > Rafael Araújo Santana de Oliveira > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ------------------------------------------------------------------------ > leaf-user mailing list: leaf-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/leaf-user > Support Request -- http://leaf-project.org/ > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ------------------------------------------------------------------------ > leaf-user mailing list: leaf-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/leaf-user > Support Request -- http://leaf-project.org/ > -- Rafael Araújo Santana de Oliveira ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ------------------------------------------------------------------------ leaf-user mailing list: leaf-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/