> In Nautilus, if I right-click an .iso file, I have the option to open 
> with the disk image mounter.  That works.

Ok, using the command:

 xorriso -dev test.iso \
          -boot_image any keep \
          -map "$file_or_tree_on_disk" "$path_in_iso"

Does not work even if I use right-click and select Disk Image Mounter.
But when I add an output device to the image like

 xorriso -indev test.iso \
          -boot_image any keep \
          -map "$file_or_tree_on_disk" "$path_in_iso" \
          -outdev test.iso

Everything magically works.

Weird.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to