|
|
|
@ -559,6 +559,8 @@ will be reset to "auto".
|
|
|
|
|
Set the character set from which to convert file names when loading an
|
|
|
|
|
image. This has eventually to be done before specifying -dev , -indev or
|
|
|
|
|
-rollback. See paragraph "Character sets" for more explanations.
|
|
|
|
|
When loading the written image after -commit the setting of -out_charset
|
|
|
|
|
will be copied to -in_charset.
|
|
|
|
|
.TP
|
|
|
|
|
\fB\-rom_toc_scan\fR "on"|"off"[:"emul_on"|"emul_off"]
|
|
|
|
|
Read-only drives do not tell the actual media type but show any media as
|
|
|
|
@ -1360,6 +1362,8 @@ are up to 128 characters.
|
|
|
|
|
\fB\-out_charset\fR character_set_name
|
|
|
|
|
Set the character set to which file names get converted when writing an
|
|
|
|
|
image. See paragraph "Character sets" for more explanations.
|
|
|
|
|
When loading the written image after -commit the setting of -out_charset
|
|
|
|
|
will be copied to -in_charset.
|
|
|
|
|
.TP
|
|
|
|
|
\fB\-uid\fR uid
|
|
|
|
|
User id to be used for all files when the new ISO tree gets written to media.
|
|
|
|
@ -2419,6 +2423,8 @@ Copy modified ISO image from one media to another
|
|
|
|
|
.br
|
|
|
|
|
Bring a prepared ISOLINUX tree onto media and make it bootable
|
|
|
|
|
.br
|
|
|
|
|
Change existing file name tree from ISO-8859-1 to UTF-8
|
|
|
|
|
.br
|
|
|
|
|
Operate on storage facilities other than optical drives
|
|
|
|
|
.br
|
|
|
|
|
Perform multi-session runs as of cdrtools traditions
|
|
|
|
@ -2584,6 +2590,20 @@ Now xorriso can burn an El Torito bootable media:
|
|
|
|
|
.br
|
|
|
|
|
-boot_image isolinux dir=/boot/isolinux
|
|
|
|
|
.SS
|
|
|
|
|
.B Change existing file name tree from ISO-8859-1 to UTF-8
|
|
|
|
|
This example assumes that the existing ISO image was written with character
|
|
|
|
|
set ISO-8859-1 but that the readers expected UTF-8. Now a new session with
|
|
|
|
|
the same files gets added with converted file names.
|
|
|
|
|
In order to avoid any weaknesses of the local character set this command
|
|
|
|
|
pretends that it is already the final target set UTF-8.
|
|
|
|
|
Therefore strange file names may appear in eventual error messages.
|
|
|
|
|
.br
|
|
|
|
|
\fB$\fR xorriso -in_charset ISO-8859-1 -local_charset UTF-8 \\
|
|
|
|
|
.br
|
|
|
|
|
-out_charset UTF-8 -dev /dev/sr0 \\
|
|
|
|
|
.br
|
|
|
|
|
-alter_date m +0 / -- -commit -eject all
|
|
|
|
|
.SS
|
|
|
|
|
.B Operate on storage facilities other than optical drives
|
|
|
|
|
Full read-write operation is possible with regular files and block devices:
|
|
|
|
|
.br
|
|
|
|
|