Hello everyone,
I asked this question on another list a long time ago.
* I would like to mount an iso in order to add some files# ls -l /mnt
drwxr-xr-x   2 root  wheel     512 May  3 15:31 iso# vnconfig svnd0 Image.iso
# mount_cd9660 -o rw /dev/svnd0c /mnt/isoAfter the mount, it's read only# ls -l 
/mnt
dr-xr-xr-x   1 root  wheel     512 May  3 15:31 isoThe person who replied told 
me it was normal, cd9660 are always mounted as read only and suggested that I 
have to remake the iso
* If that is correct, I would like to know how would I be able to remake this 
iso, and particularly keeping the boot options.When I want to make an OpenBSD 
iso I use -b i386/floppy58c.fs -c boot.catalogI would like to know how can I 
find which -b and -c options have been used by the person who made the iso in 
order to use it when I want to rebuild this iso
Thanks

Reply via email to