Re: Adding a file to an iso
- From: Douglas Mayne <doug@xxxxxxxxxxxxxxxxx>
- Date: Thu, 08 Mar 2007 13:39:14 -0700
On Thu, 08 Mar 2007 11:53:28 -0800, CptDondo wrote:
I have an iso image of a cd that I want to add a couple of file to...You have to rebuild the ISO using mkisofs. AFAIK, you can't edit an
I've got the iso loopback-mounted but it's read-only.
How can I modify an iso image?
Thanks,
--Yan
existing ISO.
Steps:
1. Build initial source tree, in this case, using the loopback:
# SRC=/mnt/loop
# DEST=new
(cd $SRC && tar -cpf - .) | (cd $DEST && tar -xvf -)
2. Add your file into the "new" tree.
3. Rebuild iso, using mkisofs.
4. Burn iso to cd.
--
Douglas Mayne
.
- References:
- Adding a file to an iso
- From: CptDondo
- Adding a file to an iso
- Prev by Date: Re: Adding a file to an iso
- Next by Date: Re: convert .doc to .pdf on linux
- Previous by thread: Re: Adding a file to an iso
- Next by thread: Re: Adding a file to an iso
- Index(es):
Relevant Pages
|