Re: Editing ISO

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Jeremy C. Reed
日付:  
To: Main PLUG discussion list
CC: Arizona State University Linux Users Group
題目: Re: Editing ISO
On Tue, 27 Feb 2007, Bryan O'Neal wrote:

> I need to change one file in bootable ISO, any one have a good tool for
> doing this?


Mount the ISO using loopback file system:

modprobe loop
mount -t iso9660 -o loop output.iso /mnt

Edit the file under /mnt.

Then create the new ISO image (like with mkisofs or mkhybrid).



Jeremy C. Reed
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss