-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sunday 19 January 2003 02:14 am, Steve Lee wrote:
> anyone know how to output an iso image to disk
> and not a CD.
>

man mkisofs for details, but I use a script to define a bunch of 
variables, then create the image like so:

mkisofs $vol_id $mkisofsopts -b $BOOTIMG -c $BOOTCAT\
   -o $BUILDROOT/${version}.iso $SLINKYDIR

Which, when expanded, looks like:

mkisofs -A ${archive_name} -V ${archive_name} -J -L -N -r -T -v\
- -x ./lost+found -b images/${boot.img} -c boot.cat -o\ 
/path/to/write/iso.img  /path/to/include/in/the/iso

This creates a bootable ISO, using the files contained in 
/path/to/include/in/the/iso

Hope that helps,

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+LUdJn/07WoAb/SsRArM6AKCPbnRSXKSLUz/id7tS5yf+pL0JOwCglDki
6/YEvGSwvW91XV2FSicBJbA=
=tR6e
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to