Hi..
Can i add a file to a iso image and changing contents etc?? i want to add a file to an image which i have. i cant copy it to the hdd and back agin to cd as then i lose the booting ability the cd has..
thanks,
007


rm: remove write-protected regular file `movie.avi'? y
rm: cannot remove `movie.avi': Read-only file system


copy the cdrom to the hard disk, we can copy everything with a back-to-back tar invocation (this assumes the cdrom is mounted in /mnt/cdrom):
(cd /mnt/; tar cvf - cdrom)|(cd /whatever/image; tar xvpf -)
When this is done you will have a copy of the cdrom in /whatever/image/cdrom.
cp -Rv <source> <destination>

Users browsing this forum: No registered users and 0 guests